Skip to content

Commit

Permalink
feature.pm add __END__, split POD, less IO/CPU parse time
Browse files Browse the repository at this point in the history
-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
  • Loading branch information
bulk88 committed Oct 24, 2024
1 parent 0eda2a5 commit 074f6a8
Show file tree
Hide file tree
Showing 3 changed files with 309 additions and 306 deletions.
304 changes: 153 additions & 151 deletions lib/feature.pm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions pod/perldelta.pod
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,10 @@ XXX Remove this section if F<Porting/corelist-perldelta.pl> did not add any cont

=over 4

=item *

L<XXX> has been upgraded from version A.xx to B.yy.
=item feature.pm

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

=back

Expand Down
Loading

0 comments on commit 074f6a8

Please sign in to comment.