Skip to content

Commit f91101a

Browse files
committed
Correct one character typo appearing in lib/feature.pm
Since lib/feature.pm is a generated file, the actual changes are made in regen/feature.pl, followed by 'make regen' to regenerate lib/feature.pm (and then followed by 'make test_porting') to confirm.
1 parent 3f11a28 commit f91101a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/feature.pm

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

regen/feature.pl

+2-2
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ sub longest {
500500

501501
__END__
502502
package feature;
503-
our $VERSION = '1.78';
503+
our $VERSION = '1.79';
504504
505505
FEATURES
506506
@@ -788,7 +788,7 @@ =head2 The 'declared_refs' feature
788788
no warnings "experimental::declared_refs";
789789
790790
This allows a reference to a variable to be declared with C<my>, C<state>,
791-
our C<our>, or localized with C<local>. It is intended mainly for use in
791+
or C<our>, or localized with C<local>. It is intended mainly for use in
792792
conjunction with the "refaliasing" feature. See L<perlref/Declaring a
793793
Reference to a Variable> for examples.
794794

0 commit comments

Comments
 (0)