opnsense-ports/net/p5-Net-GitHub/files/patch-inc-Module-AutoInstall.pm
Franco Fichtner ab0c415e58 */*: sync with upstream
Taken from: FreeBSD
2015-11-07 09:50:56 +01:00

11 lines
501 B
Perl

--- inc/Module/AutoInstall.pm.orig 2012-04-26 16:38:21 UTC
+++ inc/Module/AutoInstall.pm
@@ -138,7 +138,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 || $InstallDepsTarget;
+# $UnderCPAN = _check_lock(1) unless $SkipInstall || $InstallDepsTarget;
while ( my ( $feature, $modules ) = splice( @args, 0, 2 ) ) {
my ( @required, @tests, @skiptests );