From: Paul Marquess Date: Sat, 28 Mar 2009 13:46:58 +0000 (+0000) Subject: DB_File 1.820: Remove MAN3PODS => {} X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a773d2c7781cf311583a9b5e7e24b91b8063e7e1;p=p5sagit%2Fp5-mst-13.2.git DB_File 1.820: Remove MAN3PODS => {} --- diff --git a/ext/DB_File/Changes b/ext/DB_File/Changes index ec6b819..781a8b7 100644 --- a/ext/DB_File/Changes +++ b/ext/DB_File/Changes @@ -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 diff --git a/ext/DB_File/DB_File.pm b/ext/DB_File/DB_File.pm index 536f1a4..86d0b19 100644 --- a/ext/DB_File/DB_File.pm +++ b/ext/DB_File/DB_File.pm @@ -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 { diff --git a/ext/DB_File/Makefile.PL b/ext/DB_File/Makefile.PL index 540eca4..a586a04 100644 --- a/ext/DB_File/Makefile.PL +++ b/ext/DB_File/Makefile.PL @@ -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'),