From: Dave Rolsky Date: Fri, 2 Sep 2011 18:06:30 +0000 (-0500) Subject: need to use B for B::perlstring X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6844232cd909c2bbddfc9ea1c99a25f965d444eb;p=gitmo%2FMoose.git need to use B for B::perlstring --- diff --git a/lib/Class/MOP/Method.pm b/lib/Class/MOP/Method.pm index 935d19d..8c35de8 100644 --- a/lib/Class/MOP/Method.pm +++ b/lib/Class/MOP/Method.pm @@ -4,6 +4,7 @@ package Class::MOP::Method; use strict; use warnings; +use B; use Carp 'confess'; use Scalar::Util 'weaken', 'reftype', 'blessed';