Update to 1.6932
Upstream changes: 1.6932 2013-07-24 15:28:05 PDT [Bug Fixes] - Stop scanning .pm files for root installdeps target (e.g. carton apps) 1.6931 2013-07-24 14:50:59 PDT [Bug Fixes] - Use (patched) Parse::PMFile to parse packages and versions from current directory rather than Module::Metadata from blib. - Fixes a bug where install.json has bogus file path in provides - Honor no_index metadata when scanning provides from .pm files - no_index fatscript.pm since fatpacks bunch of external modules 1.6930 2013-07-24 13:46:10 PDT [Bug Fixes] - Fixed fatscript.pm being stripped, causing issues with Metadata inspection - Bumped Module::CPANfile 1.6929 2013-07-24 11:45:48 PDT [New Features] - Include App/cpanminus/fatscript.pm which is exactly the same content as cpanm. This allows both calling .pm as a script or reading the content to call with Scriptlet, which would also make fatpacking cpanm (in another program!) easier. - Removed the Share dir feature added in 1.6928 in favor of fatscript 1.6928 2013-07-23 14:10:20 PDT [New Features] - Installs cpanm executable to share dir for App-cpanminus, so that other applications can run the specific version of cpanm without relying on user's $PATH or shebang 1.6927 2013-07-23 00:44:53 PDT [New Features] - Add experimental --cpanfile option to specify alternate cpanfile location 1.6926 2013-07-20 09:02:39 PDT [Incompatible Changes] - Log messages are printed to STDOUT rather than STDERR, except errors. - --scandeps are now deprecated. Only in the documentation for now. [Bug Fixes] - Fixes a bug in printing "Expiring directories" 1.6925 2013-07-19 22:07:21 PDT [Bug Fixes] - Ignore leading/trailing spaces in PERL_CPANM_OPT #288 (ribasushi) - Stop checking dependencies with --scandeps mode #286 (tazle) [Improvements] - Mask passwords in URI when printing them in terminal and log files #281 (xdg, thaljef) - Added link to App::cpanminus::reporter #284 (garu) [New Features] - Added experimental --cpanmetadb option #279 (xdg) 1.6924 2013-07-16 11:36:56 PDT [Bug Fixes] - Sort MetaCPAN API results based on date (older one wins) to work around the issue with Crixa-0.01 (https://github.com/CPAN-API/cpan-api/issues/274) [Improvements] - Document --with-develop - Document fixes (oalders, garu) - Added Perl::Strip for develop deps if you'd like to build fatpacked binary
This commit is contained in:
parent
3f392d4077
commit
549a475cfe
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.23 2013/07/14 00:20:20 wen Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2013/07/25 14:32:33 wen Exp $
|
||||
|
||||
DISTNAME= App-cpanminus-1.6923
|
||||
DISTNAME= App-cpanminus-1.6932
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.20 2013/07/14 00:20:20 wen Exp $
|
||||
$NetBSD: distinfo,v 1.21 2013/07/25 14:32:33 wen Exp $
|
||||
|
||||
SHA1 (App-cpanminus-1.6923.tar.gz) = 527af90d824de1ce0dfa542fc9f636a36a982050
|
||||
RMD160 (App-cpanminus-1.6923.tar.gz) = 8d539f594c9df34bf5c1856954f37a65106600da
|
||||
Size (App-cpanminus-1.6923.tar.gz) = 101489 bytes
|
||||
SHA1 (App-cpanminus-1.6932.tar.gz) = 50476fcc7009f70ba9fc30692e4a395a6d637bbf
|
||||
RMD160 (App-cpanminus-1.6932.tar.gz) = f9bd98416fa09697a09a4b5003651e333d55dd6d
|
||||
Size (App-cpanminus-1.6932.tar.gz) = 278671 bytes
|
||||
|
|
Loading…
Reference in a new issue