diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2009-08-17 07:54:42 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2009-08-17 07:54:42 +0000 |
commit | 41077a4ca2d9a20a3285481ba67286147a775db9 (patch) | |
tree | 1e42f67202766cdee8326cd3d96527a9536ad109 /net/p5-Net-Hiveminder/files/patch-inc-Module-AutoInstall.pm | |
parent | Add a hack to use pkg-config instead of the now absent libgnutls-config. (diff) |
- Update to 0.08
Changes: http://search.cpan.org/dist/Net-Hiveminder/Changes
Diffstat (limited to 'net/p5-Net-Hiveminder/files/patch-inc-Module-AutoInstall.pm')
-rw-r--r-- | net/p5-Net-Hiveminder/files/patch-inc-Module-AutoInstall.pm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net/p5-Net-Hiveminder/files/patch-inc-Module-AutoInstall.pm b/net/p5-Net-Hiveminder/files/patch-inc-Module-AutoInstall.pm index 135a67529f45..7e35cc5b928d 100644 --- a/net/p5-Net-Hiveminder/files/patch-inc-Module-AutoInstall.pm +++ b/net/p5-Net-Hiveminder/files/patch-inc-Module-AutoInstall.pm @@ -1,11 +1,11 @@ ---- inc/Module/AutoInstall.pm.orig 2009-04-20 15:31:17.000000000 +0800 -+++ inc/Module/AutoInstall.pm 2009-04-22 16:08:41.000000000 +0800 -@@ -115,7 +115,7 @@ - )[0] - ); +--- inc/Module/AutoInstall.pm.orig 2009-07-09 16:51:30.000000000 +0800 ++++ inc/Module/AutoInstall.pm 2009-08-15 13:40:38.000000000 +0800 +@@ -125,7 +125,7 @@ + # check entirely since we don't want to have to load (and configure) + # an old CPAN just for a cosmetic message -- $UnderCPAN = _check_lock(1); # check for $UnderCPAN -+ #$UnderCPAN = _check_lock(1); # check for $UnderCPAN +- $UnderCPAN = _check_lock(1) unless $SkipInstall; ++ #$UnderCPAN = _check_lock(1) unless $SkipInstall; while ( my ( $feature, $modules ) = splice( @args, 0, 2 ) ) { my ( @required, @tests, @skiptests ); |