summaryrefslogtreecommitdiffstats
path: root/lib/MooseX/Attribute/Shorthand.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/MooseX/Attribute/Shorthand.pm')
-rw-r--r--lib/MooseX/Attribute/Shorthand.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/MooseX/Attribute/Shorthand.pm b/lib/MooseX/Attribute/Shorthand.pm
index e8a10bf..a5821c7 100644
--- a/lib/MooseX/Attribute/Shorthand.pm
+++ b/lib/MooseX/Attribute/Shorthand.pm
@@ -2,6 +2,7 @@ package MooseX::Attribute::Shorthand;
use strict;
use warnings;
+use Moose ();
use Scalar::Util qw(reftype);
=head1 NAME