diff --git a/Changelog b/Changelog index 5e6130f..32859a1 100644 --- a/Changelog +++ b/Changelog @@ -1,2 +1,4 @@ +0.02 + fixed invalid link int pod section of Manager.pm 0.01 initial commit diff --git a/MANIFEST b/MANIFEST index a6c97e6..c5f3895 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,7 +1,7 @@ MANIFEST Makefile.PL Manager.pm -bin/dbmtree +bin/dbmdeep samples/zip.yaml samples/sqlite.yaml README diff --git a/Manager.pm b/Manager.pm index d0b363c..836f3ed 100644 --- a/Manager.pm +++ b/Manager.pm @@ -1,5 +1,5 @@ package DBM::Deep::Manager; -$DBM::Deep::Manager::VERSION = 0.01; +$DBM::Deep::Manager::VERSION = 0.02; use DBM::Deep 2.0; @@ -111,7 +111,7 @@ DBM::Deep::Manager - A container for functions for the dbmdeep program =head1 SYNOPSIS -If you want to know about the L program, see the L file itself. +If you want to know about the L program, see the L file itself. No user-serviceable parts inside. ack is all that should use this. =head1 AUTHOR @@ -143,6 +143,6 @@ and/or modify it under the same terms as Perl itself. =head1 VERSION -This is the manual page for B Version 0.01. +This is the manual page for B Version 0.02. =cut