Skip to content

Commit

Permalink
Update to 1.5017
Browse files Browse the repository at this point in the history
Based on PR pkg/46549 by Wen Heping(myself)

Upstream changes:
1.5017 Wed Jul 18 08:28:49 PDT 2012
   [Improvements]
      - Ignore tarballs whose first entry is "./" (doy) #184

1.5016 Tue Jul 17 12:00:57 PDT 2012
   [Improvements]
      - Added Module/CPANfile.pm to the fatlib. This allows bootstrapping dependencies
        with cpanm --installdeps on Heroku etc.

1.5015 Sun Jun 24 15:34:57 PDT 2012
   [Improvements]
      - Improved Makefile.PL to include bugtracker info (Ben Bullock)
      - Fixed some merge mess with devel

1.5014 Tue Jun 12 18:27:02 PDT 2012
   [Improvements]
      - Make sure 'f' flag becomes the last for some tar versions (mst, aaronsw)
      - Fixed warnings on perl 5.17+ (rjbs)
      - Fix local::lib error message (berekuk)

1.5013 Sat May 12 06:15:44 EEST 2012
   [Bug Fixes]
      - Fixed --cascade-search to seach for missing modules, which was broken by #150

1.5012 Fri May 11 05:47:56 CEST 2012
   [Improvements]
      - Change the behavior of --mirror-index so that it won't fallback to CPAN mirrors #150 (thaljef)
      - Support v-strings in versions specified install [perl-carton/carton#48]

1.5011 Thu Apr 12 18:57:06 JST 2012
   [Improvements]
      - Point default mirror to www.cpan.org #148

1.5010 Sat Mar 31 12:59:52 CEST 2012
   [New Feature]
      - Implemented --test-only option #40

1.5009 Fri Mar 30 18:44:12 CEST 2012
   [Bug Fixes]
      - Fixed a bug where URL containing ~ (childe) fails to install #134
      - Fixed a bug where install.json contains bogus data when you specify dist paths

1.5008 Sat Mar 17 18:19:57 PDT 2012
   [Bug Fixes]
      - Fied a bug where `cpanm Foo` doesn't properly activate local::lib during installs
        when you don't have write permissions #143 (goodel, ash)
      - Improved the warning message when you don't have write permisisons #145 (ash)
  • Loading branch information
wen committed Aug 20, 2012
1 parent 65a0350 commit 87388b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/p5-App-cpanminus/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.15 2012/02/02 04:01:44 hiramatsu Exp $
# $NetBSD: Makefile,v 1.16 2012/08/20 12:45:25 wen Exp $

DISTNAME= App-cpanminus-1.5007
DISTNAME= App-cpanminus-1.5017
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
Expand Down
8 changes: 4 additions & 4 deletions devel/p5-App-cpanminus/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.15 2012/02/02 04:01:44 hiramatsu Exp $
$NetBSD: distinfo,v 1.16 2012/08/20 12:45:25 wen Exp $

SHA1 (App-cpanminus-1.5007.tar.gz) = 6c5cfbafbcdec2e38b65f1804cdcfc7a5305dca5
RMD160 (App-cpanminus-1.5007.tar.gz) = 14871842a70fbf80357726969223a4f06c1f29e2
Size (App-cpanminus-1.5007.tar.gz) = 90656 bytes
SHA1 (App-cpanminus-1.5017.tar.gz) = a6f6c945c7cdc7245eaef91d83639f08c567846f
RMD160 (App-cpanminus-1.5017.tar.gz) = a44d7f3624a55c53523e49fddb303e737464e8ec
Size (App-cpanminus-1.5017.tar.gz) = 92939 bytes

0 comments on commit 87388b5

Please sign in to comment.