[Bast-commits] r4320 - trunk/Devel-REPL/lib/Devel/REPL/Plugin

nothingmuch at dev.catalyst.perl.org nothingmuch at dev.catalyst.perl.org
Mon May 5 18:01:36 BST 2008


Author: nothingmuch
Date: 2008-05-05 18:01:36 +0100 (Mon, 05 May 2008)
New Revision: 4320

Modified:
   trunk/Devel-REPL/lib/Devel/REPL/Plugin/Packages.pm
Log:
Cleanup Plugin::Packages

Modified: trunk/Devel-REPL/lib/Devel/REPL/Plugin/Packages.pm
===================================================================
--- trunk/Devel-REPL/lib/Devel/REPL/Plugin/Packages.pm	2008-05-05 14:59:35 UTC (rev 4319)
+++ trunk/Devel-REPL/lib/Devel/REPL/Plugin/Packages.pm	2008-05-05 17:01:36 UTC (rev 4320)
@@ -1,6 +1,8 @@
 package Devel::REPL::Plugin::Packages;
+use Devel::REPL::Plugin;
 
-use Moose::Role;
+use namespace::clean -except => [ "meta" ];
+
 use vars qw($PKG_SAVE);
 
 has 'current_package' => (




More information about the Bast-commits mailing list