projects
/
gitmo/MooseX-Singleton.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1148f62
)
bump Moose prereq to 0.94
Dave Rolsky [Thu, 15 Jul 2010 15:43:58 +0000 (10:43 -0500)]
Makefile.PL
patch
|
blob
|
blame
|
history
lib/MooseX/Singleton.pm
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
e3eb21d
..
b460a48
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-5,7
+5,7
@@
use inc::Module::Install;
name 'MooseX-Singleton';
all_from 'lib/MooseX/Singleton.pm';
-requires 'Moose' => '0.82';
+requires 'Moose' => '0.94';
build_requires 'Scalar::Util';
build_requires 'Test::More' => '0.88';
diff --git
a/lib/MooseX/Singleton.pm
b/lib/MooseX/Singleton.pm
index
13edfc6
..
b73707e
100644
(file)
--- a/
lib/MooseX/Singleton.pm
+++ b/
lib/MooseX/Singleton.pm
@@
-1,6
+1,6
@@
package MooseX::Singleton;
-use Moose 0.82 ();
+use Moose 0.94 ();
use Moose::Exporter;
use MooseX::Singleton::Role::Object;
use MooseX::Singleton::Role::Meta::Class;