mirror of
https://codeberg.org/scip/dbmdeep.git
synced 2025-12-17 20:51:02 +01:00
fixed link
This commit is contained in:
@@ -1,2 +1,4 @@
|
|||||||
|
0.02
|
||||||
|
fixed invalid link int pod section of Manager.pm
|
||||||
0.01
|
0.01
|
||||||
initial commit
|
initial commit
|
||||||
|
|||||||
2
MANIFEST
2
MANIFEST
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user