summaryrefslogtreecommitdiff
path: root/Xerl/Base.pm
diff options
context:
space:
mode:
authorPaul Buetow (mars.fritz.box) <paul@buetow.org>2013-10-03 13:10:12 +0200
committerPaul Buetow (mars.fritz.box) <paul@buetow.org>2013-10-03 13:10:12 +0200
commitf179bb94b7c657e1ae238e91c1bb92596ee3de27 (patch)
tree6e5c5217f2b8ffd9c4f1a00ffc35b2c167c8d952 /Xerl/Base.pm
parenta6ef998abc0af8116d712297407cf2d980463efa (diff)
update all target
Diffstat (limited to 'Xerl/Base.pm')
-rw-r--r--Xerl/Base.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xerl/Base.pm b/Xerl/Base.pm
index 7301b32..fcf3857 100644
--- a/Xerl/Base.pm
+++ b/Xerl/Base.pm
@@ -51,7 +51,7 @@ sub AUTOLOAD {
}
elsif ( $auto =~ /.*::set$/ ) {
- $self->{$_[1]} = $_[2];
+ $self->{ $_[1] } = $_[2];
}
elsif ( $auto =~ /.*::get_(.+)_ref$/ ) {