diff options
author | Abe Timmerman <abe@ztreet.demon.nl> | 2002-08-14 01:47:00 +0200 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-08-18 02:20:05 +0000 |
commit | 0791bc7e1d51f399472c898079cb83fa5dd6b568 (patch) | |
tree | e97d0d57b9eb9de28fa9e866c03c9f6879cb2125 /lib/Pod | |
parent | 08c5bf6e61df7ef68efcefd0f1a02527964ce2b3 (diff) | |
download | perl-0791bc7e1d51f399472c898079cb83fa5dd6b568.tar.gz |
Re: Pod::Functions tpyo
Message-id: <200208132347.00782.abe@ztreet.demon.nl>
p4raw-id: //depot/perl@17734
Diffstat (limited to 'lib/Pod')
-rw-r--r-- | lib/Pod/Functions.pm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/Pod/Functions.pm b/lib/Pod/Functions.pm index 7f7e15060a..99727b7fe9 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<perlfunc/"Perl Functions by Category"> section. =head1 CHANGES +1.02 20020813 <abe@ztreet.demon.nl> + de-typo in the SYNOPSIS section (thanks Mike Castle for noticing) + 1.01 20011229 <abe@ztreet.demon.nl> fixed some bugs that slipped in after 5.6.1 added the pod @@ -64,7 +67,7 @@ L<perlfunc/"Perl Functions by Category"> section. =cut -our $VERSION = '1.01'; +our $VERSION = '1.02'; require Exporter; |