diff options
author | Nicholas Clark <nick@ccl4.org> | 2012-01-31 13:23:16 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2012-01-31 13:23:16 +0100 |
commit | f677dfafdf2632714d6b3c8072f915432c128a7f (patch) | |
tree | 0c467ae0b32e69d4c8cb10488657bf0974bfcae1 /pod | |
parent | 9b1d99d7afdef68240d28a283347016418d44e2c (diff) | |
download | perl-f677dfafdf2632714d6b3c8072f915432c128a7f.tar.gz |
Remove from perlfunc.pod the summaries of what's new/obsoleted in Perl 5.
Perl 5.000 isn't *new*. These days, people migrating to current Perl 5 aren't
coming from Perl 4, so this section is redundant.
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlfunc.pod | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 3358a39f1b..c32c902f22 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -247,22 +247,6 @@ X<time> X<date> C<gmtime>, C<localtime>, C<time>, C<times> -=item Functions new in perl5 -X<perl5> - -C<abs>, C<bless>, C<break>, C<chomp>, C<chr>, C<continue>, C<default>, -C<exists>, C<formline>, C<given>, C<glob>, C<import>, C<lc>, C<lcfirst>, -C<lock>, C<map>, C<my>, C<no>, C<our>, C<prototype>, C<qr//>, C<qw//>, C<qx//>, -C<readline>, C<readpipe>, C<ref>, C<sub>*, C<sysopen>, C<tie>, C<tied>, C<uc>, -C<ucfirst>, C<untie>, C<use>, C<when> - -* C<sub> was a keyword in Perl 4, but in Perl 5 it is an -operator, which can be used in expressions. - -=item Functions obsoleted in perl5 - -C<dbmclose>, C<dbmopen> - =back =head2 Portability |