summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2022-01-19 13:58:16 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2022-01-19 13:58:16 +0000
commit8b9e957f94ada5241a25788d92476d18da1dab19 (patch)
treed640601c9f9231ade6784501bb072ae1d7865dc6 /Porting
parent4f96d02c9c3fe4915f25a8f643d89cdb9c6ccd71 (diff)
downloadperl-8b9e957f94ada5241a25788d92476d18da1dab19.tar.gz
Update NEXT to CPAN version 0.69
[DELTA] 0.69 2022-01-19 NEILB - Removed dependency on mro. PR#5 from HAARG++. - Only install in perl dirs on older perls with bad load order PR#6 from HAARG++.
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 02c15fa644..ade17b2cc5 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -877,7 +877,7 @@ use File::Glob qw(:case);
},
'NEXT' => {
- 'DISTRIBUTION' => 'NEILB/NEXT-0.68.tar.gz',
+ 'DISTRIBUTION' => 'NEILB/NEXT-0.69.tar.gz',
'FILES' => q[cpan/NEXT],
'EXCLUDED' => [qr{^demo/}],
},