diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-10-22 20:08:35 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-10-22 20:13:35 +0100 |
commit | be539103222af61a863391d2f08292643e590572 (patch) | |
tree | 440fadf8598065a849bf8de8b6ed4258b7a8f607 /Porting | |
parent | 3526587637297dca72d4fdc9d8b2be2bc007ad6d (diff) | |
download | perl-be539103222af61a863391d2f08292643e590572.tar.gz |
Update perlfaq to CPAN version 5.0150036
[DELTA]
5.0150036 Sat 22 Oct 2011 16:20:34 +0100
* Website moved from faq.perl.org -> learn.perl.org (ranguard)
* Delete some questions/cleanup copy (ranguard)
* Make perlfaq.pod shorter/cleaner (kablamo)
* Many cleanups and corrections (shlomif)
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 7ae7bcf9fe..8ad20eb240 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -764,7 +764,7 @@ use File::Glob qw(:case); 'perlfaq' => { 'MAINTAINER' => 'perlfaq', - 'DISTRIBUTION' => 'LLAP/perlfaq-5.0150035.tar.gz', + 'DISTRIBUTION' => 'LLAP/perlfaq-5.0150036.tar.gz', 'FILES' => q[cpan/perlfaq], 'EXCLUDED' => [ qw(t/release-pod-syntax.t t/release-eol.t t/release-no-tabs.t) ], |