]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Template/Plugin/T8.pm
Konstruktue "my ($foo) = shift" durch eindeutigere Konstrukte ersetzt
[mfinanz.git] / SL / Template / Plugin / T8.pm
index ca62e8604bef55c464f3114b6d7aff7c0ba3c89e..6ab91db7b36092c2c78afdba94f6b67ac92931a0 100644 (file)
@@ -6,7 +6,7 @@ use parent qw( Template::Plugin::Filter );
 my $cached_instance;
 
 sub new {
-  my ($class) = shift;
+  my ($class) = @_;
 
   return $cached_instance ||= $class->SUPER::new(@_);
 }