projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d4d72fe
)
DB_File 1.820: Remove MAN3PODS => {}
Paul Marquess [Sat, 28 Mar 2009 13:46:58 +0000 (13:46 +0000)]
ext/DB_File/Changes
patch
|
blob
|
blame
|
history
ext/DB_File/DB_File.pm
patch
|
blob
|
blame
|
history
ext/DB_File/Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/ext/DB_File/Changes
b/ext/DB_File/Changes
index
ec6b819
..
781a8b7
100644
(file)
--- 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
(file)
--- 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
(file)
--- 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'),