add version to all modules
[gitmo/MooseX-Singleton.git] / t / 001-basic.t
index 12c0eb2..cca73b0 100644 (file)
@@ -71,4 +71,4 @@ is( MooseX::Singleton::Test->distinct_keys, 0, "Package->clear works" );
 
 MooseX::Singleton::Test->_clear_instance;
 $mst = $mst2 = undef;
-is( MooseX::Singleton::Test->new->distinct_keys, 1, "back to the default" );
+is( MooseX::Singleton::Test->instance->distinct_keys, 1, "back to the default" );