projects
/
gitmo/MooseX-Singleton.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6f589f0
)
bump version to 0.13
0.13
Dave Rolsky [Mon, 8 Dec 2008 17:10:45 +0000 (17:10 +0000)]
lib/MooseX/Singleton.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/Singleton.pm
b/lib/MooseX/Singleton.pm
index
8c47c82
..
bd8b7bc
100644
(file)
--- 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.12';
+our $VERSION = '0.13';
$VERSION = eval $VERSION;
Moose::Exporter->setup_import_methods( also => 'Moose' );