projects
/
gitmo/MooseX-Singleton.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
adda795
)
bump version to 0.14
0.14
Dave Rolsky [Thu, 22 Jan 2009 23:09:33 +0000 (23:09 +0000)]
lib/MooseX/Singleton.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/Singleton.pm
b/lib/MooseX/Singleton.pm
index
4dee3cd
..
8261d0e
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.13';
+our $VERSION = '0.14';
$VERSION = eval $VERSION;
Moose::Exporter->setup_import_methods( also => 'Moose' );