diff options
author | Karen Etheridge <ether@cpan.org> | 2015-01-26 15:34:01 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2015-01-26 15:34:01 +0000 |
commit | c57d3fcc1ad464532b34fb5a68ed2aa452190541 (patch) | |
tree | c35f83c5d5983f3fbafa6305137c0bcd33ae4a78 /Porting/Maintainers.pl | |
parent | 956f044dc76d0c46975ad10574f2e86e410097a7 (diff) | |
download | perl-c57d3fcc1ad464532b34fb5a68ed2aa452190541.tar.gz |
[PATCH] update perlfaq to version 5.021009
5.021009 20152015-01-25 22:36:24Z
* many updates to vendor and tool details in perlfaq3 (Michiel Beijen)
* distribution version bumped to match the first blead version it will be
included in (5.021009)
Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Diffstat (limited to 'Porting/Maintainers.pl')
-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 0fb3137296..4c61c1f2ce 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -868,7 +868,7 @@ use File::Glob qw(:case); }, 'perlfaq' => { - 'DISTRIBUTION' => 'ETHER/perlfaq-5.0150046.tar.gz', + 'DISTRIBUTION' => 'ETHER/perlfaq-5.021009.tar.gz', 'FILES' => q[cpan/perlfaq], 'EXCLUDED' => [ qw( inc/CreateQuestionList.pm |