Code

bindings/perl/Makefile.PL: Search for the header file and give up if it cannot be...
[liboping.git] / bindings / perl / Changes
index 974a18937b35f71721fd04194d2d3b969b4f41e9..ea4a6122211d1582de6c9ca193b765fc87944650 100644 (file)
@@ -1,8 +1,15 @@
 Revision history for Perl extension Net::Oping.
 
+1.01  ...
+       - Have `Makefile.PL' exit if the header file <oping.h> cannot be found
+         _before_ a Makefile is generated. This is done because
+         `ExtUtils::MakeMaker' doesn't check whether libraries exist and this
+         seems to be the standard way of dealing with this. A (hopefully)
+         informative message is written to STDERR in this case.
+
 1.00  Sat Jan 26 13:52:11 2008
        - The module has been renamed from `Oping' to `Net::Oping'.
-       - The XS code has been simplyfied and a high-level interface has been
+       - The XS code has been simplified and a high-level interface has been
          created in Perl.
 
 0.01  Wed Oct 24 01:32:19 2007