Author: sparky
Date: Wed Jun 23 14:38:19 2010
New Revision: 11573

Modified:
   toys/rsget.pl/RSGet/Plugin.pm
Log:
- don't warn about missing web: information


Modified: toys/rsget.pl/RSGet/Plugin.pm
==============================================================================
--- toys/rsget.pl/RSGet/Plugin.pm       (original)
+++ toys/rsget.pl/RSGet/Plugin.pm       Wed Jun 23 14:38:19 2010
@@ -184,7 +184,8 @@
        my $self = shift;
        $self->{compiled} = 1;
        return if $self->{error};
-       p "Compiling $self->{pkg} plugin ($self->{web})";
+       my $web = defined $self->{web} ? " ($self->{web})" : "";
+       p "Compiling $self->{pkg} plugin $web";
        p "$self->{pkg}: make sure you agree with $self->{tos}" if $self->{tos};
 
        my $parts = $self->read_file();
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to