projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cdac22c
)
Fix spelling in a comment
Dave Rolsky [Sat, 14 Mar 2009 17:31:16 +0000 (12:31 -0500)]
t/082_get_code_info.t
patch
|
blob
|
blame
|
history
diff --git
a/t/082_get_code_info.t
b/t/082_get_code_info.t
index
a0026de
..
01ea3d2
100644
(file)
--- a/
t/082_get_code_info.t
+++ b/
t/082_get_code_info.t
@@
-5,7
+5,7
@@
use Test::More tests => 6;
use Sub::Name 'subname';
BEGIN {
- $^P &= ~0x200; # Don't munger anonymous sub names
+ $^P &= ~0x200; # Don't munge anonymous sub names
}
BEGIN { use_ok("Class::MOP") }