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

Reply via email to