Change 17734 by [EMAIL PROTECTED] on 2002/08/18 02:20:05
Subject: [PATCH] Re: Pod::Functions tpyo
From: Abe Timmerman <[EMAIL PROTECTED]>
Date: Tue, 13 Aug 2002 23:47:00 +0200
Message-id: <[EMAIL PROTECTED]>
Affected files ...
.... //depot/perl/lib/Pod/Functions.pm#13 edit
Differences ...
==== //depot/perl/lib/Pod/Functions.pm#13 (text) ====
Index: perl/lib/Pod/Functions.pm
--- perl/lib/Pod/Functions.pm#12~14056~ Fri Jan 4 09:35:34 2002
+++ perl/lib/Pod/Functions.pm Sat Aug 17 19:20:05 2002
@@ -7,7 +7,7 @@
=head1 SYNOPSIS
- use Pod:Functions;
+ use Pod::Functions;
my @misc_ops = @{ $Kinds{ 'Misc' } };
my $misc_dsc = $Type_Description{ 'Misc' };
@@ -54,6 +54,9 @@
=head1 CHANGES
+1.02 20020813 <[EMAIL PROTECTED]>
+ de-typo in the SYNOPSIS section (thanks Mike Castle for noticing)
+
1.01 20011229 <[EMAIL PROTECTED]>
fixed some bugs that slipped in after 5.6.1
added the pod
@@ -64,7 +67,7 @@
=cut
-our $VERSION = '1.01';
+our $VERSION = '1.02';
require Exporter;
End of Patch.