projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
cb5f427
aaf4b73
)
Merge branch 'no_immutable_transformer'
Yuval Kogman [Mon, 20 Apr 2009 15:50:16 +0000 (17:50 +0200)]
1
2
lib/Moose/Meta/Class.pm
patch
|
diff1
|
diff2
|
blob
|
history
lib/Moose/Meta/Method/Constructor.pm
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
lib/Moose/Meta/Class.pm
Simple merge
diff --cc
lib/Moose/Meta/Method/Constructor.pm
index
42380d4
,
ca389e3
..
8cad19a
---
1
/
lib/Moose/Meta/Method/Constructor.pm
---
2
/
lib/Moose/Meta/Method/Constructor.pm
+++ b/
lib/Moose/Meta/Method/Constructor.pm
@@@
-4,9
-4,9
+4,9
@@@
package Moose::Meta::Method::Constructo
use strict;
use warnings;
- use Scalar::Util 'blessed', 'weaken', 'looks_like_number';
+ use Scalar::Util 'blessed', 'weaken', 'looks_like_number', 'refaddr';
-our $VERSION = '0.74';
+our $VERSION = '0.75';
our $AUTHORITY = 'cpan:STEVAN';
use base 'Moose::Meta::Method',