SVN: toys/rsget.pl/RSGet/Plugin.pm

sparky sparky at pld-linux.org
Fri Oct 30 00:23:45 CET 2009


Author: sparky
Date: Fri Oct 30 00:23:44 2009
New Revision: 10881

Modified:
   toys/rsget.pl/RSGet/Plugin.pm
Log:
- compile everything right away if debug enabled


Modified: toys/rsget.pl/RSGet/Plugin.pm
==============================================================================
--- toys/rsget.pl/RSGet/Plugin.pm	(original)
+++ toys/rsget.pl/RSGet/Plugin.pm	Fri Oct 30 00:23:44 2009
@@ -174,6 +174,8 @@
 	$self->{error} = "$self->{pkg} plugin error: $error" if $error;
 	p $file . ": " . $self->{error} if $error;
 
+	$self->compile if setting( "debug" );
+
 	return $self;
 }
 


More information about the pld-cvs-commit mailing list