Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature.pm add __END__, split POD, less IO/CPU parse time #22700

Open
wants to merge 1 commit into
base: blead
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading