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

sparky sparky at pld-linux.org
Mon Jan 11 13:54:57 CET 2010


Author: sparky
Date: Mon Jan 11 13:54:57 2010
New Revision: 11102

Modified:
   toys/rsget.pl/RSGet/FileList.pm
Log:
- nasty bug fixed


Modified: toys/rsget.pl/RSGet/FileList.pm
==============================================================================
--- toys/rsget.pl/RSGet/FileList.pm	(original)
+++ toys/rsget.pl/RSGet/FileList.pm	Mon Jan 11 13:54:57 2010
@@ -187,7 +187,7 @@
 			my $opt = $decoded{ $uri };
 			if ( $opt->{getter} ) {
 				$decoded{ $uri } = [ RSGet::Plugin::from_pkg( $opt->{getter} ),
-					$options ];
+					$opt ];
 			} else {
 				my $getter = RSGet::Plugin::from_uri( $uri );
 				if ( $getter ) {


More information about the pld-cvs-commit mailing list