The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for App::Cpanx

1.00 Sat Oct 29 23:30:29 CDT 2022
   - Options of the form -m=url now must be -m url
   - Any extra data in the .cpanx/ dir is in the .cpanx/data/ folder,
     the rest are just the modules
   - The script chdir's into .cpanx/ while running, and assumes that
     it's there while running commands
   - Add -g option to list all installed modules
   - Add -G option to list all installed packages
   - Add -w and -W options to show where a module is located
   - Add -V option to show counts of modules in listed dirs

0.10 Tue Oct 27 23:22:54 CDT 2020
    - Do not install testing and Dist::Zilla prerequisits

0.08  Tue Jun  5 11:17:58 CDT 2018
    - Display the actual curl command

0.07  Tue Jun  5 02:14:19 CDT 2018
    - Display version / %Config / %ENV / @INC
    - Use same version of perl as the one that invoked the script

0.06  Fri Jun  1 14:40:16 CDT 2018
    - Store $VERSION in the module

0.05  Fri Jun  1 14:18:53 CDT 2018
    - Do not use -k with gzip

0.04  Fri Jun  1 13:53:32 CDT 2018
    - Use -R option for curl

0.03  Fri Jun  1 13:46:50 CDT 2018
    - Run pings simultaneously

0.02  Fri Jun  1 12:20:14 CDT 2018
    - Add EXE_FILES to Makefile.PL

0.01  Fri Jun  1 00:59:34 CDT 2018
    - cpanx, a CPAN downloader script