Get rid of a pointless BEGIN block
Dave Rolsky [Sun, 21 Jun 2009 20:12:54 +0000 (15:12 -0500)]
t/003-immutable.t

index bb0fc6c..39e45bd 100644 (file)
@@ -12,7 +12,7 @@ BEGIN {
     }
 }
 
-BEGIN {
+{
     package MooseX::Singleton::Test;
     use MooseX::Singleton;