Removing more END blocks

This commit is contained in:
Colin Kuskie 2010-06-07 18:14:09 -07:00
parent 3b7d582e8d
commit 65aa327420
7 changed files with 1 additions and 44 deletions

View file

@ -136,11 +136,4 @@ is($dumper->Dump, q|$VAR1 = {
"find() with return => name",
);
};
#----------------------------------------------------------------------------
# Cleanup
END {
}
#vim:ft=perl