Stop add_method from behaving differently under the debugger.
authorFlorian Ragwitz <rafl@debian.org>
Wed, 18 Nov 2009 20:58:38 +0000 (21:58 +0100)
committerFlorian Ragwitz <rafl@debian.org>
Wed, 18 Nov 2009 21:00:51 +0000 (22:00 +0100)
commit0f96709cb3d0714b80ca927f84f56199e1f30d1a
tree7e5ac79a3fedf2734c6f54e31ad0484c5dd1f7f7
parent6865d78ad1849a53ae59343d44f3e49a45883b30
Stop add_method from behaving differently under the debugger.

Under -d, the subname of an anon coderef is '__ANON__[Some/File.pm:42]' instead
of just '__ANON__'.
Changes
lib/Class/MOP/Package.pm