App-cpanminus

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

      - Bump Parse::PMFile to 0.31

1.7019  2014-12-04 12:51:41 PST
   [Improvements]
      - Bump Parse::PMFile to 0.30

1.7018  2014-11-25 14:08:41 PST
   [Maintenance]
      - bump $VERSION correctly in cpanm executable

1.7017  2014-11-25 14:00:40 PST
   [Improvements]
      - Bump fatpacked CPAN::Meta and HTTP::Tiny
      - Added documentation for -M and --from in man page

1.7016  2014-11-16 11:46:32 PST
   [New Features]
      - Added -M and --from to set --mirror and --mirror-only at the same time while
        overriding previously set mirrors (sri) #175, #417

   [Improvements]
      - cpanmin.us is now available under HTTPS (marcus)

1.7015  2014-11-14 13:14:07 PST
   [Improvements]
      - Bump Parse::PMFile to 0.29
      - Bump CPAN::Meta::Requirements to 2.129

1.7014  2014-10-07 20:52:58 PDT
   [Improvements]
      - Bump Parse::PMFile to 0.28

1.7013  2014-10-06 23:52:14 PDT
   [Improvements]
      - Update bundled JSON::PP to fix issues with JSON parsing on older perl 5.8

1.7012  2014-09-26 19:28:25 PDT
   [Improvements]
      - Upgrade CPAN::Meta and HTTP::Tiny in fatpack
      - Skip @INC on dev directory when running from git checkout when to search
        for an installed module

1.7011  2014-09-22 15:08:22 JST
      - Same as 1.7010. Make it a non-trial release.

1.7010  2014-09-17 18:27:53 JST
   [Improvements]
      - Use Parse::PMFile rather than our own fork (charsbar) #409

1.7009  2014-09-10 01:43:45 PDT
   [Bug Fixes]
      - Fix fatpacked executable to include Parse::CPAN::Meta

1.7008  2014-09-10 01:19:04 PDT
   [Improvements]
      - Show **** instead of *password* when masking passwords
      - Internal code refactoring

1.7007  2014-09-09 09:25:46 PDT
   [Improvements]
      - Make sure MetaCPAN search looks up the dist by right author #405
      - Ignore Module::Build artifacts in _build when indexing modules metadata

1.7006  2014-09-05 15:44:15 PDT
   [Bug Fixes]
      - Work around MetaCPAN bugs in numifying dev release versions (#367, #377)
      - Bump bootstrapping MakeMaker version recent enough to support MYMETA

   [Incompatible Changes]
      - Removed undocumented --metacpan option that was only for testing purposes

1.7005  2014-09-05 05:04:06 PDT
   [Bug Fixes]
      - Do not index common directories such as t, xt or inc in install.json
      - Support tarball extraction on HP-UX 11 (Brian Wightman)

   [Improvements]
      - Update Parse::PMFile to 0.19 equivalent (charsbar)
      - Fixed various documentation (syohex, Graham Ollis)
      - Mask passwords when failing to download a module (andyjones)
      - Don't find directories when searching for executables (haarg)
      - Only assume Module::Build configure prereq when there's no config prereq (haarg)
      - Upgrade fatpacked modules to the latest

1.7004  2014-04-27 18:22:11 CEST
   [Bug Fixes]
      - Downgrade Parse::CPAN::Meta as well #373

1.7003  2014-04-27 17:11:14 CEST
   [Bug Fixes]
      - Downgrade CPAN::Meta (moznion) #372

1.7002  2014-04-27 07:45:53 CEST
   [Bug Fixes]
      - Bump fatpacked local::lib #364
      - Fix a bug where build.log files are not properly renamed on the first run on Win32 (haarg) #368

1.7001  2013-09-08 13:11:16 PDT
   [Bug Fixes]
      - Fix bootstrap with perl 5.8 and MakeMaker/Module::Build (haarg) #311

1.7000  2013-09-04 15:01:34 PDT
      - Same as 1.6943. Some of the major changes between 1.61 are:
      - Add --uninstall/-U command
      - Support installing recommends/suggests/develop dependencies
      - Support features selection with --with-feature, --without-feature etc.
      - Support passing arguments to configure, build, test and install with --configure-args etc.
      - Add experimental --cpanfile option
      - Add experimental --pp option
      - Now much safer to run multiple instances of cpanm
      - Improved local::lib support
      - Improved MetaCPAN query
      - Improved version extraction for install metadata (for Carton)
      - Completely eliminated dependency on search.cpan.org

1.6943  2013-09-03 16:39:27 PDT
   [Bug Fixes]
      - Localize PERL_MB_OPT for --pureperl-only since it leaks out in build/test/install process
        (Thanks to doyster and leont)

1.6942  2013-08-27 11:10:40 PDT

Changes  view on Meta::CPAN

   [Developer Fixes]
      - Document --skip-installed

0.9927 Tue Mar 23 11:23:18 PDT 2010
   [Improvements]
      - Suppress warnings when initializing local::lib directory

   [Developer Fixes]
      - Fixes -L with local::lib enabled shell

0.99_26 Mon Mar 22 20:22:10 PDT 2010
   [Developer Fixes]
      - Fixed the broken delay loaded LWP runtime in -L
      - Actually changed how -L sets up @INC so that it won't affect the current
        cpanm process at all which is more correct way to deal with this.

0.99_25 Mon Mar 22 19:52:12 PDT 2010
   [Improvements]
      - Log version information of build tools in build.log
   
   [Developer Fixes]
      - Fixed the way it passes DumpedINC
      - Fixes tools initialization like LWP with -L
      - Set PID in PERL5_CPAN*_IS_RUNNING rather than just 1

0.99_24 Sun Mar 21 21:57:59 PDT 2010
   [Improvements]
      - Improve the error message on bootstrapping
      - Implemented experimental -L|--local-lib-contained option to install module
        and its non-core dependencies into local::lib directory

   [Developer Fixes]
      - Use Module::Metadata and avoid calling another perl interpreter
        to check the installed versions of the modules
      - Also dump @INC into a file DumpedINC.pm when self-contained is enabled
      - Set PERL5_CPANM_IS_RUNNING in configure
      - Changed the way to pack modules into a file, now using App::FatPacker

0.9923 Mon Mar 15 17:03:14 PDT 2010
   [Improvements]
      - Improved docs (chromatic)

   [Developer Fixes]
      - Added a dummy test to make CPAN testers happy (gfx)

0.9922 Thu Mar 11 10:56:10 JST 2010
   [Improvements]
      - Possibly support bad tar (GNU tar 1.13 or 1.22 on Win32) (mattn)

   [Developer Fixes]
      - Support building with Module::Build < 0.36
      - Use Safe to eval some code when scanning prereqs

0.9921 Wed Mar 10 23:59:49 JST 2010
   [Bug Fixes]
      - Fixed an occasional STDIN related errors in tests (lestrrat)
      - Fixed a bug where cpanm /path/to/dir doesn't work

   [Developer Fixes]
      - Once bootstrap is done, return to the original current dir rather than work dir
        so that `cpanm .` still looks at the (right) current directory

0.99_20 Wed Mar 10 18:46:45 JST 2010
   [Developer Fixes]
      - Prefer Build.PL except some exceptions such as Module::Build dependencies

0.9919 Wed Mar 10 11:39:35 JST 2010
   [Bug Fixes]
      - Fixed Module::Build distribution, broken in 0.9917 (rafl)

0.9918 Wed Mar 10 11:19:35 JST 2010
   [Bug Fixes]
      - Fix --sudo broken in 0.9917 (omega)

0.9917 Tue Mar  9 22:51:21 JST 2010
   [Improvements]
      - Do not wait on input on bad tests waiting on STDIN (except on some Win32 environments)

   [Developer Fixes]
      - Do not uses system() when running Makefile.PL or make etc. but uses fork & exec (tokuhirom)
      - Depend on newer LWP that has decoded_content
      - Do not overwrite verbose internal flag (mst)

0.9916 Thu Mar  4 11:33:16 PST 2010
   [Developer Fixes]
      - Use 'distfile' as cpanmetadb key rather than 'dist' (rjbs, xdg)

0.9915 Thu Mar  4 01:56:06 PST 2010
   [Developer Fixes]
      - Fixed circular references (hopefully)

0.9914 Thu Mar  4 00:39:49 PST 2010
   [Improvements]
      - Use cpanmetadb for the faster and more reliable lookup

   [Developer Fixes]
      - Fixed ->get on LWP to return undef when the request errored out

0.9913 Tue Mar  2 19:20:34 PST 2010
   [Bug fixes]
      - Fixes --recent and --list-plugins to work again

0.9912 Tue Mar  2 18:50:23 PST 2010
   [Improvements]
      - Some boolean options can now be set to PERL_CPANM_OPT but can be negated
        using the --no- prefix such as --no-sudo
      - Directory mode now only works if it begins with / or .

   [Developer fixes]
      - --self-upgrade skips if it's already the latest
      - Improved perl Makefile.PL --author 
      - --help and --version won't bother ~/perl5 initialization (rjbs, ingy)
      - LWP dependency is injected only if you run from CPAN clients (ingy, marcus)

0.9911 Mon Mar  1 16:27:52 PST 2010
   [Developer fixes]
      - Removed build_timeout and test_timeout by default (rafl)
   
   [Bug fixes]
      - Fixed broken --self-upgrade (chocolateboy)



( run in 2.774 seconds using v1.01-cache-2.11-cpan-5837b0d9d2c )