From: Tokuhiro Matsuno Date: Thu, 4 Dec 2008 08:27:41 +0000 (+0000) Subject: we want to use older Exporter X-Git-Tag: 0.19~136^2~44 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5c12655d9fddae28b4510ed19fa6c8e0e350b183;p=gitmo%2FMouse.git we want to use older Exporter --- diff --git a/lib/Mouse/Util.pm b/lib/Mouse/Util.pm index e4b8b07..f1c0862 100644 --- a/lib/Mouse/Util.pm +++ b/lib/Mouse/Util.pm @@ -2,7 +2,7 @@ package Mouse::Util; use strict; use warnings; -use Exporter 'import'; +use base qw/Exporter/; use Carp; our @EXPORT_OK = qw(