fixed link

This commit is contained in:
git@daemon.de
2015-02-06 13:05:31 +01:00
parent 3c3e6d6cb8
commit 4552b00841
3 changed files with 6 additions and 4 deletions

View File

@@ -1,2 +1,4 @@
0.02
fixed invalid link int pod section of Manager.pm
0.01 0.01
initial commit initial commit

View File

@@ -1,7 +1,7 @@
MANIFEST MANIFEST
Makefile.PL Makefile.PL
Manager.pm Manager.pm
bin/dbmtree bin/dbmdeep
samples/zip.yaml samples/zip.yaml
samples/sqlite.yaml samples/sqlite.yaml
README README

View File

@@ -1,5 +1,5 @@
package DBM::Deep::Manager; package DBM::Deep::Manager;
$DBM::Deep::Manager::VERSION = 0.01; $DBM::Deep::Manager::VERSION = 0.02;
use DBM::Deep 2.0; use DBM::Deep 2.0;
@@ -111,7 +111,7 @@ DBM::Deep::Manager - A container for functions for the dbmdeep program
=head1 SYNOPSIS =head1 SYNOPSIS
If you want to know about the L<dbmtree> program, see the L<dbmtree> file itself. If you want to know about the L<dbmdeep> program, see the L<dbmdeep> file itself.
No user-serviceable parts inside. ack is all that should use this. No user-serviceable parts inside. ack is all that should use this.
=head1 AUTHOR =head1 AUTHOR
@@ -143,6 +143,6 @@ and/or modify it under the same terms as Perl itself.
=head1 VERSION =head1 VERSION
This is the manual page for B<DBM::Deep::Manager> Version 0.01. This is the manual page for B<DBM::Deep::Manager> Version 0.02.
=cut =cut