bump version to 0.16
[gitmo/MooseX-Singleton.git] / lib / MooseX / Singleton.pm
index 162ffb3..bc2b7ec 100644 (file)
@@ -1,11 +1,11 @@
 package MooseX::Singleton;
 
-use Moose 0.73_01 ();
+use Moose 0.74 ();
 use Moose::Exporter;
 use MooseX::Singleton::Object;
 use MooseX::Singleton::Meta::Class;
 
-our $VERSION = '0.15';
+our $VERSION = '0.16';
 $VERSION = eval $VERSION;
 
 Moose::Exporter->setup_import_methods( also => 'Moose' );
@@ -31,7 +31,7 @@ MooseX::Singleton - turn your Moose class into a singleton
 
 =head1 VERSION
 
-Version 0.15, released 24 May 08
+Version 0.16, released 24 May 08
 
 =head1 SYNOPSIS