opnsense-ports/net/p5-Net-Hiveminder/files/patch-inc-Module-AutoInstall.pm
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
505 B
Raku

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