diff options
-rwxr-xr-x | tools/songdb.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/songdb.pl b/tools/songdb.pl index 64a973e7d9..3cf87bc8df 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; |