Fixed error
This commit is contained in:
parent
b0e0cec9aa
commit
34782a784b
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ Returns the value for a given scratch variable.
|
|||
|
||||
=cut
|
||||
|
||||
sub get {
|
||||
sub getScratch {
|
||||
my $self = shift;
|
||||
my $name = shift;
|
||||
unless (exists $self->{_scratch}) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue