This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
204b72a
)
Pluralize "Modules and Pragma" to "Modules and Pragmata"
author
Max Maischein
<corion@corion.net>
Tue, 21 Feb 2012 17:13:38 +0000
(18:13 +0100)
committer
Max Maischein
<corion@corion.net>
Tue, 21 Feb 2012 17:13:38 +0000
(18:13 +0100)
Porting/corelist-perldelta.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/corelist-perldelta.pl
b/Porting/corelist-perldelta.pl
index
bdf12e5
..
d596d76
100755
(executable)
--- a/
Porting/corelist-perldelta.pl
+++ b/
Porting/corelist-perldelta.pl
@@
-9,9
+9,9
@@
use Getopt::Long;
require Algorithm::Diff;
my %sections = (
- new => 'New Modules and Pragma',
- updated => 'Updated Modules and Pragma',
- removed => 'Removed Modules and Pragma',
+ new => 'New Modules and Pragma
ta
',
+ updated => 'Updated Modules and Pragma
ta
',
+ removed => 'Removed Modules and Pragma
ta
',
);
my $deprecated;