X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FNopaste.pm;h=c3183c6a24339c6d9c214c06284e52d52e0c0be5;hp=2a880044b990f641427d3556039736e8bd4ab0d9;hb=e73ba6daf10d1d86070fd978092f9731310b410d;hpb=eb7716dcfaffb2cc7fac0b44879a518809a0fc10 diff --git a/lib/Devel/REPL/Plugin/Nopaste.pm b/lib/Devel/REPL/Plugin/Nopaste.pm index 2a88004..c3183c6 100644 --- a/lib/Devel/REPL/Plugin/Nopaste.pm +++ b/lib/Devel/REPL/Plugin/Nopaste.pm @@ -3,7 +3,7 @@ use warnings; package Devel::REPL::Plugin::Nopaste; use Devel::REPL::Plugin; -use Moose::Util::TypeConstraints; +use Moose::Util::TypeConstraints 'enum'; use namespace::autoclean; use Scalar::Util qw(blessed);