summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2021-05-20 20:01:06 -0700
committerKaren Etheridge <ether@cpan.org>2021-05-20 20:01:06 -0700
commit7a91ac266270266b77deac4dec79da2de869de69 (patch)
treefc168f2f986e7ac3be2fd35b37d9d9f4e9e3683a /Porting
parent2e889b16bc7bbea6dbc30d01b1b76e9c6c49ac5d (diff)
downloadperl-7a91ac266270266b77deac4dec79da2de869de69.tar.gz
Update perlfaq to CPAN version 5.20210520
[DELTA] 5.20210520 2021-05-20 04:16:03Z * faq5: remove suggestion to use read() for slurping (PR#96, Dan Book)
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 25905df689..7627838fb4 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -896,7 +896,7 @@ use File::Glob qw(:case);
},
'perlfaq' => {
- 'DISTRIBUTION' => 'ETHER/perlfaq-5.20210411.tar.gz',
+ 'DISTRIBUTION' => 'ETHER/perlfaq-5.20210520.tar.gz',
'FILES' => q[cpan/perlfaq],
'EXCLUDED' => [ qr/^inc/, qr/^xt/, qr{^t/00-} ],
},