projects
/
gitmo/MooseX-ClassAttribute.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
df4f57e
)
Fix indentation
Dave Rolsky [Sat, 28 Feb 2009 16:00:32 +0000 (16:00 +0000)]
lib/MooseX/ClassAttribute.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/ClassAttribute.pm
b/lib/MooseX/ClassAttribute.pm
index
c45dac0
..
e426d86
100644
(file)
--- a/
lib/MooseX/ClassAttribute.pm
+++ b/
lib/MooseX/ClassAttribute.pm
@@
-37,9
+37,9
@@
sub class_has
my $attrs = ref $name eq 'ARRAY' ? $name : [$name];
Class::MOP::Class
- ->initialize($caller)
- ->add_class_attribute( $_, %options )
- for @{ $attrs };
+ ->initialize($caller)
+ ->add_class_attribute( $_, %options )
+ for @{ $attrs };
}
1;