Fix small mixup.
Anders Nor Berle [Tue, 7 Aug 2007 17:42:59 +0000 (17:42 +0000)]
lib/Test/Moose.pm

index e7c1409..9808b3a 100644 (file)
@@ -11,7 +11,7 @@ our $VERSION = '0.01';
 
 our $AUTHORITY = 'cpan:BERLE';
 
-our @EXPORT = qw/can_role/;
+our @EXPORT = qw/does_ok/;
 
 my $tester = Test::Builder->new;