From: Abe Timmerman Date: Tue, 13 Aug 2002 23:47:00 +0000 (+0200) Subject: Re: Pod::Functions tpyo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0791bc7e1d51f399472c898079cb83fa5dd6b568;p=p5sagit%2Fp5-mst-13.2.git Re: Pod::Functions tpyo Message-id: <200208132347.00782.abe@ztreet.demon.nl> p4raw-id: //depot/perl@17734 --- diff --git a/lib/Pod/Functions.pm b/lib/Pod/Functions.pm index 7f7e150..99727b7 100644 --- a/lib/Pod/Functions.pm +++ b/lib/Pod/Functions.pm @@ -7,7 +7,7 @@ Pod::Functions - Group Perl's functions a la perlfunc.pod =head1 SYNOPSIS - use Pod:Functions; + use Pod::Functions; my @misc_ops = @{ $Kinds{ 'Misc' } }; my $misc_dsc = $Type_Description{ 'Misc' }; @@ -54,6 +54,9 @@ L section. =head1 CHANGES +1.02 20020813 + de-typo in the SYNOPSIS section (thanks Mike Castle for noticing) + 1.01 20011229 fixed some bugs that slipped in after 5.6.1 added the pod @@ -64,7 +67,7 @@ L section. =cut -our $VERSION = '1.01'; +our $VERSION = '1.02'; require Exporter;