X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FPod%2FFunctions.pm;h=99727b7fe9532152915c0f60ff7c35091bba1287;hb=53bf329c4a7cae809d0c4c820f4ecdeb18754f17;hp=7f7e15060a223e13841551046c63e38bcd27a4cc;hpb=66c981cfbf8973edae5c249baadc211ae6d6032f;p=p5sagit%2Fp5-mst-13.2.git 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;