DB_File 1.820: Remove MAN3PODS => {}
Paul Marquess [Sat, 28 Mar 2009 13:46:58 +0000 (13:46 +0000)]
ext/DB_File/Changes
ext/DB_File/DB_File.pm
ext/DB_File/Makefile.PL

index ec6b819..781a8b7 100644 (file)
@@ -1,5 +1,9 @@
 
 
+1.820 28 March 2009
+
+   * remove MAN3PODS from Makefile.PL to match core.
+
 1.819 18 February 2009
 
    * t/db-recno.t fails if run in a path that contains spaces
index 536f1a4..86d0b19 100644 (file)
@@ -165,7 +165,7 @@ our ($db_version, $use_XSLoader, $splice_end_array, $Error);
 use Carp;
 
 
-$VERSION = "1.819" ;
+$VERSION = "1.820" ;
 $VERSION = eval $VERSION; # needed for dev releases
 
 {
index 540eca4..a586a04 100644 (file)
@@ -44,7 +44,6 @@ my $WALL = '' ;
 WriteMakefile(
        NAME            => 'DB_File',
        LIBS            => ["-L${LIB_DIR} $LIBS"],
-        #MAN3PODS        => {},         # Pods will be built by installman.
        INC             => "-I$INC_DIR",
     VERSION_FROM       => 'DB_File.pm',
        XS_VERSION      => eval MM->parse_version('DB_File.pm'),