Removing END blocks

This commit is contained in:
Colin Kuskie 2010-06-07 18:12:03 -07:00
parent bbe962a185
commit 3b7d582e8d
3 changed files with 3 additions and 16 deletions

View file

@ -45,9 +45,4 @@ $e = Exception::Class->caught;
isa_ok($e, 'WebGUI::Error');
isa_ok($e, 'WebGUI::Error::Shop::RemoteShippingRate');
#----------------------------------------------------------------------------
# Cleanup
END {
}
#vim:ft=perl