Skip to content

Commit f42f866

Browse files
maukejkeenan
authored andcommitted
perl51200delta: fix typo (missing '.')
1 parent f7f6d41 commit f42f866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pod/perl5120delta.pod

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ without C<eval> the way MM-E<gt>parse_version does for C<$VERSION = ...>
5858
=back
5959

6060
It does not break old code with only C<package NAME>, but code that uses
61-
C<package NAME VERSION> will need to be restricted to perl 5.12.0 or newer
61+
C<package NAME VERSION> will need to be restricted to perl 5.12.0 or newer.
6262
This is analogous to the change to C<open> from two-args to three-args.
6363
Users requiring the latest Perl will benefit, and perhaps after several
6464
years, it will become a standard practice.

0 commit comments

Comments
 (0)