projects
/
gitmo/MooseX-Singleton.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4793015
)
require next Moose version
Dave Rolsky [Tue, 17 Aug 2010 16:13:48 +0000 (18:13 +0200)]
Makefile.PL
patch
|
blob
|
blame
|
history
lib/MooseX/Singleton.pm
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
b9f6933
..
3ea4e37
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.94';
+requires 'Moose' => '1.10';
build_requires 'Scalar::Util';
build_requires 'Test::More' => '0.88';
diff --git
a/lib/MooseX/Singleton.pm
b/lib/MooseX/Singleton.pm
index
74b4a48
..
6740965
100644
(file)
--- a/
lib/MooseX/Singleton.pm
+++ b/
lib/MooseX/Singleton.pm
@@
-1,6
+1,6
@@
package MooseX::Singleton;
-use Moose 0.94 ();
+use Moose 1.10 ();
use Moose::Exporter;
use MooseX::Singleton::Role::Object;
use MooseX::Singleton::Role::Meta::Class;