summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-05-07 05:48:09 -0500
committerJesse Luehrs <doy@tozt.net>2010-05-07 05:48:09 -0500
commit8e0873bf3430ca5741f2222e7e8b832077353f55 (patch)
tree843513f307058340bf058bd9601ac4b750748f0b /lib
parent284e13a66b70c0281290be84d88e382d516f739b (diff)
downloadmoosex-attribute-shorthand-8e0873bf3430ca5741f2222e7e8b832077353f55.tar.gz
moosex-attribute-shorthand-8e0873bf3430ca5741f2222e7e8b832077353f55.zip
make load test pass
Diffstat (limited to 'lib')
-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