Revision b95c5658
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
SL/Template/Plugin/T8.pm | ||
---|---|---|
6 | 6 |
my $cached_instance; |
7 | 7 |
|
8 | 8 |
sub new { |
9 |
my ($class) = shift;
|
|
9 |
my ($class) = @_;
|
|
10 | 10 |
|
11 | 11 |
return $cached_instance ||= $class->SUPER::new(@_); |
12 | 12 |
} |
Auch abrufbar als: Unified diff
Konstruktue "my ($foo) = shift" durch eindeutigere Konstrukte ersetzt