diff options
author | Paul Marquess <pmqs@cpan.org> | 2009-03-28 13:46:58 +0000 |
---|---|---|
committer | Steffen Mueller <smueller@cpan.org> | 2009-03-29 12:59:10 +0200 |
commit | a773d2c7781cf311583a9b5e7e24b91b8063e7e1 (patch) | |
tree | e120988c7b123651476b76633e57b661b39c4beb /ext | |
parent | d4d72fe625ac27cfd63f4ce3816d7b00fbf04ddf (diff) | |
download | perl-a773d2c7781cf311583a9b5e7e24b91b8063e7e1.tar.gz |
DB_File 1.820: Remove MAN3PODS => {}
Diffstat (limited to 'ext')
-rw-r--r-- | ext/DB_File/Changes | 4 | ||||
-rw-r--r-- | ext/DB_File/DB_File.pm | 2 | ||||
-rw-r--r-- | ext/DB_File/Makefile.PL | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/ext/DB_File/Changes b/ext/DB_File/Changes index ec6b819f3d..781a8b728f 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 536f1a4218..86d0b19888 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 540eca4500..a586a0445c 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'), |