Devel-REPL
view release on metacpan or search on metacpan
lib/Devel/REPL/Plugin.pm view on Meta::CPAN
use strict;
use warnings;
package Devel::REPL::Plugin;
our $VERSION = '1.003029';
use Devel::REPL::Meta::Plugin;
use Moose::Role ();
use namespace::autoclean;
sub import {
my $target = caller;
Devel::REPL::Meta::Plugin->initialize($target);
goto &Moose::Role::import;
}
1;
( run in 0.905 second using v1.01-cache-2.11-cpan-a49fcb8fa48 )