diff options
Diffstat (limited to 'lib')
-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; |