projects
/
p5sagit/Eval-WithLexicals.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5415301
)
de-tabify
Graham Knop [Fri, 13 Jun 2014 10:45:46 +0000 (06:45 -0400)]
lib/Eval/WithLexicals.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Eval/WithLexicals.pm
b/lib/Eval/WithLexicals.pm
index
2c4372c
..
ac04ed9
100644
(file)
--- a/
lib/Eval/WithLexicals.pm
+++ b/
lib/Eval/WithLexicals.pm
@@
-17,7
+17,7
@@
has lexicals => (is => 'rw', default => quote_sub q{ {} });
isa => sub {
my ($val) = @_;
die "Invalid context type $val - should be list, scalar or void"
- unless $valid_contexts{$val};
+ unless $valid_contexts{$val};
},
);
}