From: Dave Rolsky Date: Wed, 6 Aug 2008 18:56:51 +0000 (+0000) Subject: Might as well be explicit about requiring namespace::clean 0.08 since X-Git-Tag: 0_55_01~43^2~28 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cd00320f4afbd002285527bf40ff5d9f428bbce3;hp=c373cc5cefb3109b65e37adc3f1c9869b1b9ffeb;p=gitmo%2FMoose.git Might as well be explicit about requiring namespace::clean 0.08 since we really don't want the source filter version. --- diff --git a/lib/Moose/Exporter.pm b/lib/Moose/Exporter.pm index 38d9c83..2fad886 100644 --- a/lib/Moose/Exporter.pm +++ b/lib/Moose/Exporter.pm @@ -4,7 +4,7 @@ use strict; use warnings; use Class::MOP; -use namespace::clean (); +use namespace::clean 0.08 (); use Sub::Exporter;