Skip to content

Commit 934ce78

Browse files
bulk88mauke
authored andcommitted
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 a33d091 commit 934ce78

File tree

3 files changed

+308
-305
lines changed

3 files changed

+308
-305
lines changed

lib/feature.pm

Lines changed: 153 additions & 151 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pod/perldelta.pod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,8 @@ XXX Remove this section if F<Porting/corelist-perldelta.pl> did not add any cont
125125

126126
=item *
127127

128-
L<XXX> has been upgraded from version A.xx to B.yy.
129-
130-
XXX If there was something important to note about this change, include that here.
128+
L<feature> has been upgraded from version 1.99 to 2.00. 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)