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;
}
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit