From: Anders Nor Berle <berle@cpan.org>
Date: Tue, 7 Aug 2007 17:42:59 +0000 (+0000)
Subject: Fix small mixup.
X-Git-Tag: 0_25~12
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dee94c90f23598899a96df13aba6cf706824f0e9;p=gitmo%2FMoose.git

Fix small mixup.
---

diff --git a/lib/Test/Moose.pm b/lib/Test/Moose.pm
index e7c1409..9808b3a 100644
--- a/lib/Test/Moose.pm
+++ b/lib/Test/Moose.pm
@@ -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;