projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
97144b3
)
Add some space in the conditional
Dave Rolsky [Sun, 5 Jul 2009 04:07:08 +0000 (23:07 -0500)]
lib/Moose/Manual/Attributes.pod
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Manual/Attributes.pod
b/lib/Moose/Manual/Attributes.pod
index
0c269d9
..
4ba0a55
100644
(file)
--- a/
lib/Moose/Manual/Attributes.pod
+++ b/
lib/Moose/Manual/Attributes.pod
@@
-460,7
+460,7
@@
set:
my $msg = $self->name;
- if (@_ > 2) {
+ if ( @_ > 2 ) {
$msg .= " - old size was $old_size";
}