summaryrefslogtreecommitdiff
path: root/regen/feature.pl
diff options
context:
space:
mode:
Diffstat (limited to 'regen/feature.pl')
-rwxr-xr-xregen/feature.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/regen/feature.pl b/regen/feature.pl
index d31525367b..0a2e9b985c 100755
--- a/regen/feature.pl
+++ b/regen/feature.pl
@@ -500,7 +500,7 @@ read_only_bottom_close_and_rename($h);
__END__
package feature;
-our $VERSION = '1.78';
+our $VERSION = '1.79';
FEATURES
@@ -788,7 +788,7 @@ warn when you use the feature, unless you have explicitly disabled the warning:
no warnings "experimental::declared_refs";
This allows a reference to a variable to be declared with C<my>, C<state>,
-our C<our>, or localized with C<local>. It is intended mainly for use in
+or C<our>, or localized with C<local>. It is intended mainly for use in
conjunction with the "refaliasing" feature. See L<perlref/Declaring a
Reference to a Variable> for examples.