SVN: toys/rsget.pl/RSGet/Plugin.pm
sparky
sparky at pld-linux.org
Wed Jul 21 23:40:51 CEST 2010
Author: sparky
Date: Wed Jul 21 23:40:50 2010
New Revision: 11691
Modified:
toys/rsget.pl/RSGet/Plugin.pm
Log:
- compile all plugins only with debug >= 3
Modified: toys/rsget.pl/RSGet/Plugin.pm
==============================================================================
--- toys/rsget.pl/RSGet/Plugin.pm (original)
+++ toys/rsget.pl/RSGet/Plugin.pm Wed Jul 21 23:40:50 2010
@@ -174,7 +174,7 @@
$self->{error} = "$self->{pkg} plugin error: $error" if $error;
p $file . ": " . $self->{error} if $error;
- $self->compile if setting( "debug" );
+ $self->compile if setting( "debug" ) >= 3;
return $self;
}
More information about the pld-cvs-commit
mailing list