projects
/
gitmo/MooseX-StrictConstructor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d4da2fe
)
require latest Moose
Dave Rolsky [Tue, 7 Apr 2009 16:12:14 +0000 (16:12 +0000)]
Build.PL
patch
|
blob
|
blame
|
history
lib/MooseX/StrictConstructor.pm
patch
|
blob
|
blame
|
history
diff --git
a/Build.PL
b/Build.PL
index
cab726c
..
7e6ecbd
100644
(file)
--- a/
Build.PL
+++ b/
Build.PL
@@
-8,7
+8,7
@@
use Module::Build;
my $builder = Module::Build->new
( module_name => 'MooseX::StrictConstructor',
license => 'perl',
- requires => { 'Moose' => '0.73_01',
+ requires => { 'Moose' => '0.74',
'Test::More' => '0',
},
create_makefile_pl => 'passthrough',
diff --git
a/lib/MooseX/StrictConstructor.pm
b/lib/MooseX/StrictConstructor.pm
index
4b3bb62
..
54a1001
100644
(file)
--- a/
lib/MooseX/StrictConstructor.pm
+++ b/
lib/MooseX/StrictConstructor.pm
@@
-6,8
+6,7
@@
use warnings;
our $VERSION = '0.08';
$VERSION = eval $VERSION;
-use Class::MOP ();
-use Moose 0.73_01 ();
+use Moose 0.74 ();
use Moose::Exporter;
use Moose::Util::MetaRole;
use MooseX::StrictConstructor::Role::Object;