projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
0a6e4a3
a632beb
)
merge from trunk in order to get all tests passing or marked TODO
Dave Rolsky [Mon, 28 Jul 2008 13:58:26 +0000 (13:58 +0000)]
1
2
lib/Moose.pm
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
lib/Moose.pm
index
5c7655f
,
99676ca
..
fc9d460
---
1
/
lib/Moose.pm
---
2
/
lib/Moose.pm
+++ b/
lib/Moose.pm
@@@
-10,10
-10,9
+10,10
@@@
our $AUTHORITY = 'cpan:STEVAN'
use Scalar::Util 'blessed';
use Carp 'confess', 'croak', 'cluck';
+use List::MoreUtils qw( first_index );
use Sub::Exporter;
- use Class::MOP;
+ use Class::MOP 0.64;
use Moose::Meta::Class;
use Moose::Meta::TypeConstraint;