summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/songdb.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/songdb.pl b/tools/songdb.pl
index 64a973e..3cf87bc 100755
--- a/tools/songdb.pl
+++ b/tools/songdb.pl
@@ -563,7 +563,6 @@ sub AUTOLOAD {
return $_[0]->{$name}
};
- no strict 'refs';
*{$AUTOLOAD} = $sub;
goto &$AUTOLOAD;