Skip to content

Commit 074f6a8

Browse files
committed
feature.pm add __END__, split POD, less IO/CPU parse time
-feature.pm is 29 KB big, don't IO read or parse 22 KB of POD feature.pm's POD in the middle is from its initial commit 69bcf1d 12/22/2011 1:46:41 AM Create regen/feature.pl
1 parent 0eda2a5 commit 074f6a8

File tree

3 files changed

+309
-306
lines changed

3 files changed

+309
-306
lines changed

lib/feature.pm

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

pod/perldelta.pod

+3-4
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,10 @@ XXX Remove this section if F<Porting/corelist-perldelta.pl> did not add any cont
123123

124124
=over 4
125125

126-
=item *
127-
128-
L<XXX> has been upgraded from version A.xx to B.yy.
126+
=item feature.pm
129127

130-
XXX If there was something important to note about this change, include that here.
128+
L<feature.pm|/feature.pm> has been upgraded from version 1.91 to 1.92. Split POD and code
129+
and add C<__END__>. Avoids I/O and parsing 22KB of POD in C<use feature;>.
131130

132131
=back
133132

0 commit comments

Comments
 (0)