summaryrefslogtreecommitdiff
path: root/installperl
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-11-15 23:50:40 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-11-15 23:55:16 +0000
commitdeabda197e63bdf85e3277cea5e6a0782d7213c9 (patch)
tree6308b7b6659f65b7b7b314e98d584549d0faf462 /installperl
parent53226d62f432e693941b50e0f0c9c9ad3048d4e7 (diff)
downloadperl-deabda197e63bdf85e3277cea5e6a0782d7213c9.tar.gz
Update Archive-Tar to CPAN version 1.70
[DELTA] * important changes in version 1.70 15/11/2010 - Add ptargrep utility courtesy of Grant McLean ** I think I found everywhere that needed updating by grepping for 'ptardiff' and adding where needed. This stuff is definitively not intuitive.
Diffstat (limited to 'installperl')
-rwxr-xr-xinstallperl2
1 files changed, 1 insertions, 1 deletions
diff --git a/installperl b/installperl
index 4dbec21b1f..c6d358be37 100755
--- a/installperl
+++ b/installperl
@@ -708,7 +708,7 @@ sub installlib {
# the corelist script from lib/Module/CoreList/bin and ptar* in
# lib/Archive/Tar/bin, the config_data script in lib/Module/Build/scripts
# (they're installed later with other utils)
- return if $name =~ /^(?:cpan|instmodsh|prove|corelist|ptar|cpan2dist|cpanp|cpanp-run-perl|ptardiff|config_data)\z/;
+ return if $name =~ /^(?:cpan|instmodsh|prove|corelist|ptar|cpan2dist|cpanp|cpanp-run-perl|ptardiff|ptargrep|config_data)\z/;
# ignore the Makefiles
return if $name =~ /^makefile$/i;
# ignore the test extensions