diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-11-15 23:50:40 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-11-15 23:55:16 +0000 |
commit | deabda197e63bdf85e3277cea5e6a0782d7213c9 (patch) | |
tree | 6308b7b6659f65b7b7b314e98d584549d0faf462 /configure.com | |
parent | 53226d62f432e693941b50e0f0c9c9ad3048d4e7 (diff) | |
download | perl-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 'configure.com')
-rw-r--r-- | configure.com | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.com b/configure.com index e30a728130..3dc2c3c0a9 100644 --- a/configure.com +++ b/configure.com @@ -7280,6 +7280,7 @@ $ WRITE CONFIG "$ pstruct == """ + perl_setup_perl + " ''vms_prefix':[utils]p $ WRITE CONFIG "$ s2p == """ + perl_setup_perl + " ''vms_prefix':[utils]s2p.com""" $ WRITE CONFIG "$ ptar == """ + perl_setup_perl + " ''vms_prefix':[utils]ptar.com""" $ WRITE CONFIG "$ ptardiff == """ + perl_setup_perl + " ''vms_prefix':[utils]ptardiff.com""" +$ WRITE CONFIG "$ ptargrep == """ + perl_setup_perl + " ''vms_prefix':[utils]ptargrep.com""" $ WRITE CONFIG "$ shasum == """ + perl_setup_perl + " ''vms_prefix':[utils]shasum.com""" $ WRITE CONFIG "$ splain == """ + perl_setup_perl + " ''vms_prefix':[utils]splain.com""" $ WRITE CONFIG "$ xsubpp == """ + perl_setup_perl + " ''vms_prefix':[utils]xsubpp.com""" |