From 4552b00841f10dda5320a045652578fa0d92c3e7 Mon Sep 17 00:00:00 2001 From: "git@daemon.de" Date: Fri, 6 Feb 2015 13:05:31 +0100 Subject: [PATCH] fixed link --- Changelog | 2 ++ MANIFEST | 2 +- Manager.pm | 6 +++--- 3 files changed, 6 insertions(+), 4 deletions(-) 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