From: Karen Etheridge Date: Sat, 15 Aug 2015 23:58:40 +0000 (-0700) Subject: tighten this lib import X-Git-Tag: v1.003027~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=commitdiff_plain;h=e73ba6daf10d1d86070fd978092f9731310b410d;hp=eb7716dcfaffb2cc7fac0b44879a518809a0fc10 tighten this lib import --- 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);