Singleton objects were not singletons when made immutable. We need to
[gitmo/MooseX-Singleton.git] / lib / MooseX / Singleton.pm
index 5b65d5d..34291a8 100644 (file)
@@ -15,6 +15,8 @@ sub import {
     warnings->import;
 }
 
+no Moose;
+
 1;
 
 __END__