projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fafc8b9
)
unnecessary
Hans Dieter Pearcey [Fri, 10 Jul 2009 22:17:29 +0000 (18:17 -0400)]
lib/Moose/Attribute/Native.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Attribute/Native.pm
b/lib/Moose/Attribute/Native.pm
index
7a3c28b
..
731b18a
100644
(file)
--- a/
lib/Moose/Attribute/Native.pm
+++ b/
lib/Moose/Attribute/Native.pm
@@
-41,7
+41,6
@@
Moose::Attribute::Native - Extend your attribute interfaces
package MyClass;
use Moose;
- use Moose::Attribute::Native;
has 'mapping' => (
traits => [ 'Hash' ],