diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-06-18 13:20:50 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-06-18 13:20:50 +0000 |
commit | 717f132d5024d35d34d5f6abec0526fdd163f731 (patch) | |
tree | 66e4c8503185c072255f3e920afa8eb42772182d /Porting | |
parent | 16d204848efb9e57e305d5270dfa99294f0f16c6 (diff) | |
download | perl-717f132d5024d35d34d5f6abec0526fdd163f731.tar.gz |
R stands for Report, not Reporting.
p4raw-id: //depot/perl@31416
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/makemeta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/makemeta b/Porting/makemeta index e1a95adccd..bfcc572721 100644 --- a/Porting/makemeta +++ b/Porting/makemeta @@ -40,7 +40,7 @@ open my $fh, ">$file" or die "Can't open $file: $!"; print $fh <<"EOI"; name: perl version: $] -abstract: Practical Extraction and Reporting Language +abstract: Practical Extraction and Report Language author: perl5-porters\@perl.org license: perl distribution_type: core |