This commit is contained in:
Christophe Maudoux 2019-07-20 16:03:38 +02:00
parent 21c1d83df3
commit 15777cc74a

View File

@ -37,7 +37,7 @@ sub AUTOLOAD {
return $tmp;
}
elsif ( $AUTOLOAD ne 'DESTROY' ) {
die "$AUTOLOAD is not an authorizated function";
die "$AUTOLOAD is not an authorized function";
}
1;
}