update ChangeLog, bump version to 0.20
[gitmo/MooseX-Singleton.git] / lib / MooseX / Singleton.pm
index 3401c7e..5eca8b9 100644 (file)
@@ -1,11 +1,11 @@
 package MooseX::Singleton;
 
-use Moose 0.89_02 ();
+use Moose 0.82 ();
 use Moose::Exporter;
 use MooseX::Singleton::Object;
 use MooseX::Singleton::Meta::Class;
 
-our $VERSION = '0.19';
+our $VERSION = '0.20';
 $VERSION = eval $VERSION;
 
 Moose::Exporter->setup_import_methods( also => 'Moose' );
@@ -47,10 +47,6 @@ __END__
 
 MooseX::Singleton - turn your Moose class into a singleton
 
-=head1 VERSION
-
-Version 0.18, released 24 May 08
-
 =head1 SYNOPSIS
 
     package MyApp;