projects
/
p5sagit/Devel-REPL.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
eb7716d
)
tighten this lib import
Karen Etheridge [Sat, 15 Aug 2015 23:58:40 +0000 (16:58 -0700)]
lib/Devel/REPL/Plugin/Nopaste.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Devel/REPL/Plugin/Nopaste.pm
b/lib/Devel/REPL/Plugin/Nopaste.pm
index
2a88004
..
c3183c6
100644
(file)
--- 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);