X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin.pm;h=f4b5db914edb5a11e4cf0f52336ff601713407a2;hp=6ef18e5f9797e7094e3c3a8e855c765aaef2cab6;hb=796cd7ec80de14e45ca8221d545aceb7b9bc0b71;hpb=e5c58ffa1aa14e3d244286621b49f7ff7e07ce8e diff --git a/lib/Devel/REPL/Plugin.pm b/lib/Devel/REPL/Plugin.pm index 6ef18e5..f4b5db9 100644 --- a/lib/Devel/REPL/Plugin.pm +++ b/lib/Devel/REPL/Plugin.pm @@ -1,9 +1,12 @@ -package Devel::REPL::Plugin; - use strict; use warnings; +package Devel::REPL::Plugin; + +our $VERSION = '1.003027'; + use Devel::REPL::Meta::Plugin; use Moose::Role (); +use namespace::autoclean; sub import { my $target = caller;