projects
/
gitmo/MooseX-Singleton.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
03e1b8d
)
Begin 0.17 releng
0.17
Shawn M Moore [Fri, 24 Apr 2009 17:57:31 +0000 (13:57 -0400)]
ChangeLog
patch
|
blob
|
blame
|
history
lib/MooseX/Singleton.pm
patch
|
blob
|
blame
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
61c5a4e
..
5ad6058
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,6
+1,6
@@
Revision history for Perl extension MooseX-Singleton
-0.17
+0.17 2009-04-24
- Add ClassName->_clear_instance. (hdp)
0.16 2009-04-24
diff --git
a/lib/MooseX/Singleton.pm
b/lib/MooseX/Singleton.pm
index
fe67b9f
..
1ba6342
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.16';
+our $VERSION = '0.17';
$VERSION = eval $VERSION;
Moose::Exporter->setup_import_methods( also => 'Moose' );