summaryrefslogtreecommitdiff
path: root/devel/p5-App-cpanminus
AgeCommit message (Collapse)AuthorFilesLines
2010-09-23Updating devel/p5-App-cpanminus from 1.0013 to 1.0014sno2-6/+6
Upstream changes: 1.0014 Tue Sep 21 12:42:28 PDT 2010 - Added "--> Working on ..." output for a better understanding of overall build process
2010-09-17Updating devel/p5-App-cpanminus from 1.0012 to 1.0013sno2-6/+6
Upstream changes: 1.0013 Sun Sep 12 12:46:36 PDT 2010 - Added --no-wget and --no-curl to bootstrap LWP in an environment with old versions of wget/curl (rsp)
2010-08-21Update p5-App-cpanminus from version 1.0011 to version 1.0012.seb2-8/+6
Pkgsrc changes: - adjust dependencies Upstream changes: 1.0012 Fri Aug 20 12:46:34 PDT 2010 - version check with -L and -l was failing with --skip-installed default. Now fixed (reported by leedo) #55 - Fixed the code to find root of tarballs (perlpilot)
2010-08-20Updating devel/p5-App-cpanminus from 1.0010 to 1.0011sno2-6/+6
Upstream changes: 1.0011 Wed Aug 18 16:38:24 PDT 2010 - -f now implies --reinstall (perigrin)
2010-08-03Update p5-App-cpanminus from version 1.0006 to version 1.0010.seb2-6/+6
Upstream changes: 1.0010 Fri Jul 30 12:54:03 PDT 2010 - Make --skip-installed as default - Revised documentations
2010-07-12Update p5-App-cpanminus from version 1.0004 to version 1.0006.seb2-6/+6
Upstream changes: 1.0006 Fri Jul 2 16:52:06 PDT 2010 - Use module's version number instead of distribution when to display whether this is an upgrade or reinstall (doy) #43 1.0005 Fri Jul 2 16:36:55 PDT 2010 - Clarified that the minimal perl version supported is 5.8 (chocolateboy) - Now being able to look when configure and build fails - Automatically disable uninstall_shadows when local::lib is used. This bug was causing cpanm to remove modules in @INC with perl 5.10 or older (kazeburo, sugyan)
2010-05-24Update p5-App-cpanminus from version 1.0003 to version 1.0004.seb2-6/+6
Upstream changes: 1.0004 Fri May 14 16:08:23 PDT 2010 - Do not use Cwd::abs_path if the -l path begins with / (rafl) - Skipping perl should now be considered as success, not failure (rafl) - Fixed PREREQ_PM scanner for dists that conflict with core functions such as UNIVERSAL::isa (yannk) - --look should now imply --no-skip-installed (doy) #45
2010-05-05Update p5-App-cpanminus from version 1.0002 to version 1.0003.seb2-6/+6
Upstream changes: 1.0003 Tue May 4 16:12:53 PDT 2010 - Worked around win32 fork and stdout dup issue (xaicron, charsbar)
2010-05-04Update p5-App-cpanminus from version 1.0001 to version 1.0002.seb2-6/+6
Upstream changes: 1.0002 Sat May 1 20:49:39 PDT 2010 - Fixed docs - Fallback to the version of the distribution filename when META.yml is not parsable
2010-04-24Update p5-App-cpanminus from version 0.9936 to version 1.0001.seb2-6/+6
Upstream changes: 1.0001 Sat Apr 24 16:20:56 CST 2010 - Make this 1.0! 0.999_05 Wed Apr 21 20:37:25 JST 2010 [Bug Fixes] - Fixed the timing to make -l and -L an abstract path (ash) 0.999_04 Mon Apr 19 15:21:01 JST 2010 [Bug Fixes] - Fixed installationg from arbitrary URLs or file paths 0.999_03 Wed Apr 14 02:26:28 PDT 2010 [Improvements] - Fixed a problem when uninstalling shadows fail with an old ExtUtils::Install by bootstrapping it to require 1.46 0.999_02 Tue Apr 13 09:08:00 CEST 2010 [Improvements] - Improved --skip-installed so sub packages version in a distribution can be compared correctly - --look command is now back, per popular demands [Bug Fixes] - Fixed broken configure_requires in 0.999_01 0.999_01 Mon Apr 12 12:24:57 CEST 2010 This is the first release candidate for 1.00 [INCOMPATIBLE CHANGES] - Do not support (undocumented) CPANMINUS_* environment variable anymore. Use PERL_CPANM_* instead - Plugins are not supported anymore. They will be available as part of a new client! - Deleted --look command - Deleted --recent command [Improvements] - Get metadata from search.cpan.org before fetching tarballs, which makes commands like --info or --skip-installed much faster. #3, #8, #9 - Added --mirror option where you can specify the mirror base URL - Added --prompt option that asks users to skip, force install, retry or look when test fails #23 - When one of the dependencies fail to install, cpanm bails out the installation of source dist by default. --prompt will ask if you want to install anyway - Added a man page for cpanm [Developer Fixes] - Do not display 'Already tried...' message by default - Set non-zero exit code if one or more modules failed to build
2010-04-22Update p5-App-cpanminus from version 0.9935 to version 0.9936.seb2-6/+6
Upstream changes: 0.9936 Wed Apr 21 20:52:39 JST 2010 [Bug Fixes] - Fixed -l and -L abstract path (backported from 0.999)
2010-04-16Update p5-App-cpanminus from version 0.9934 to version 0.9935.seb2-6/+6
Upstream changes: 0.9935 Wed Apr 14 02:26:28 PDT 2010 [Improvements] - Fixed UNINST=1 dying on older ExtUtils::Install with local::lib (omega)
2010-04-13Initial import of p5-App-cpanminus version 0.9934 in the NetBSDseb4-0/+34
Packages Collection. cpanminus is a script to get, unpack, build and install modules from CPAN. Why? It's dependency free, requires zero configuration, and stands alone -- but it's maintainable and extensible with plugins and friendly to shell scripting. When running, it requires only 10MB of RAM.