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

sparky sparky at pld-linux.org
Thu Aug 12 15:43:35 CEST 2010


Author: sparky
Date: Thu Aug 12 15:43:33 2010
New Revision: 11776

Modified:
   toys/rsget.pl/RSGet/Tools.pm
Log:
- corrected hadd prototype


Modified: toys/rsget.pl/RSGet/Tools.pm
==============================================================================
--- toys/rsget.pl/RSGet/Tools.pm	(original)
+++ toys/rsget.pl/RSGet/Tools.pm	Thu Aug 12 15:43:33 2010
@@ -53,7 +53,7 @@
 	return $_;
 }
 
-sub hadd(%@)
+sub hadd(\%@)
 {
 	my $h = shift;
 	my %new = @_;


More information about the pld-cvs-commit mailing list