From: Dave Rolsky Date: Sat, 14 Mar 2009 17:31:16 +0000 (-0500) Subject: Fix spelling in a comment X-Git-Tag: 0.78_01~51 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f6532ad15ca9708ef2b6ebad1215b842c044f92a;p=gitmo%2FClass-MOP.git Fix spelling in a comment --- diff --git a/t/082_get_code_info.t b/t/082_get_code_info.t index a0026de..01ea3d2 100644 --- 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") }