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

sparky sparky at pld-linux.org
Wed Jun 23 14:38:19 CEST 2010


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();


More information about the pld-cvs-commit mailing list