Message-id: <
200208132347.00782.abe@ztreet.demon.nl>
p4raw-id: //depot/perl@17734
=head1 SYNOPSIS
- use Pod:Functions;
+ use Pod::Functions;
my @misc_ops = @{ $Kinds{ 'Misc' } };
my $misc_dsc = $Type_Description{ 'Misc' };
=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
=cut
-our $VERSION = '1.01';
+our $VERSION = '1.02';
require Exporter;