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=0a67bd5b22a3d68656477979810b2d16de46a26d;hp=6ef18e5f9797e7094e3c3a8e855c765aaef2cab6;hb=5ac988901b5ccbf3b31cdf980534d0c9631d9e4a;hpb=e5c58ffa1aa14e3d244286621b49f7ff7e07ce8e diff --git a/lib/Devel/REPL/Plugin.pm b/lib/Devel/REPL/Plugin.pm index 6ef18e5..0a67bd5 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.003028'; + use Devel::REPL::Meta::Plugin; use Moose::Role (); +use namespace::autoclean; sub import { my $target = caller;