1
0
mirror of synced 2026-03-09 03:49:23 +00:00

It's said that just "END" is better style than "sub END".

This commit is contained in:
Axel Beckert
2013-01-17 21:11:44 +01:00
parent b682ad1817
commit d6144d45ea

View File

@@ -4096,7 +4096,7 @@ sub clean_up () {
}
}
sub END
END
{
exit 0 if $VERSION || $HELP || $MANUAL || $DUMPCONFIG;