Skip to content

Commit

Permalink
feature.pm: add the v5.25 bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed May 9, 2016
1 parent c800d8b commit 2c5484a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions dist/Module-CoreList/lib/Module/CoreList.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12421,6 +12421,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
'Module::CoreList' => '5.20160507',
'Module::CoreList::TieHashDelta'=> '5.20160507',
'Module::CoreList::Utils'=> '5.20160507',
'feature' => '1.43',
},
removed => {
}
Expand Down
8 changes: 7 additions & 1 deletion lib/feature.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

package feature;

our $VERSION = '1.42';
our $VERSION = '1.43';

our %feature = (
fc => 'feature_fc',
Expand Down Expand Up @@ -45,6 +45,8 @@ $feature_bundle{"5.20"} = $feature_bundle{"5.15"};
$feature_bundle{"5.21"} = $feature_bundle{"5.15"};
$feature_bundle{"5.22"} = $feature_bundle{"5.15"};
$feature_bundle{"5.24"} = $feature_bundle{"5.23"};
$feature_bundle{"5.25"} = $feature_bundle{"5.23"};
$feature_bundle{"5.26"} = $feature_bundle{"5.23"};
$feature_bundle{"5.9.5"} = $feature_bundle{"5.10"};

our $hint_shift = 26;
Expand Down Expand Up @@ -382,6 +384,10 @@ The following feature bundles are available:
unicode_eval evalbytes current_sub fc
postderef_qq
:5.26 say state switch unicode_strings
unicode_eval evalbytes current_sub fc
postderef_qq
The C<:default> bundle represents the feature set that is enabled before
any C<use feature> or C<no feature> declaration.
Expand Down
4 changes: 3 additions & 1 deletion regen/feature.pl
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ BEGIN
evalbytes current_sub fc)],
"5.23" => [qw(say state switch unicode_strings unicode_eval
evalbytes current_sub fc postderef_qq)],
"5.25" => [qw(say state switch unicode_strings unicode_eval
evalbytes current_sub fc postderef_qq)],
);

# not actually used currently
Expand Down Expand Up @@ -367,7 +369,7 @@ sub longest {
__END__
package feature;
our $VERSION = '1.42';
our $VERSION = '1.43';
FEATURES
Expand Down

0 comments on commit 2c5484a

Please sign in to comment.