From: Dave Rolsky Date: Tue, 7 Apr 2009 16:04:18 +0000 (-0500) Subject: this should be version 0.15 X-Git-Tag: 0.15~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Singleton.git;a=commitdiff_plain;h=1eb0e391fe02c636b53ed57101ea432555018788 this should be version 0.15 --- diff --git a/README b/README index cbd3de2..69616ab 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME MooseX::Singleton - turn your Moose class into a singleton VERSION - Version 0.16 + Version 0.15 SYNOPSIS package MyApp; diff --git a/lib/MooseX/Singleton.pm b/lib/MooseX/Singleton.pm index ad35627..162ffb3 100644 --- a/lib/MooseX/Singleton.pm +++ b/lib/MooseX/Singleton.pm @@ -5,7 +5,7 @@ use Moose::Exporter; use MooseX::Singleton::Object; use MooseX::Singleton::Meta::Class; -our $VERSION = '0.16'; +our $VERSION = '0.15'; $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.16, released 24 May 08 +Version 0.15, released 24 May 08 =head1 SYNOPSIS