From 8e0873bf3430ca5741f2222e7e8b832077353f55 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 7 May 2010 05:48:09 -0500 Subject: make load test pass --- t/000-load.t | 1 + 1 file changed, 1 insertion(+) (limited to 't') diff --git a/t/000-load.t b/t/000-load.t index e9f479f..cffc9cb 100644 --- a/t/000-load.t +++ b/t/000-load.t @@ -4,5 +4,6 @@ use warnings; use Test::More tests => 1; package Foo; +use Moose; ::use_ok('MooseX::Attribute::Shorthand') or ::BAIL_OUT("couldn't load MooseX::Attribute::Shorthand"); -- cgit v1.2.3-54-g00ecf