freebsd-ports/net/p5-Net-Hiveminder/files/patch-inc-Module-AutoInstall.pm
Cheng-Lung Sung 53041d85e3 - fix mtree problem (observed on tinderbox)
- bump PORTREVISION
2009-04-22 08:25:34 +00:00

11 lines
418 B
Raku

--- 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]
);
- $UnderCPAN = _check_lock(1); # check for $UnderCPAN
+ #$UnderCPAN = _check_lock(1); # check for $UnderCPAN
while ( my ( $feature, $modules ) = splice( @args, 0, 2 ) ) {
my ( @required, @tests, @skiptests );