projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9a64184
)
Fix small mixup.
Anders Nor Berle [Tue, 7 Aug 2007 17:42:59 +0000 (17:42 +0000)]
lib/Test/Moose.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Test/Moose.pm
b/lib/Test/Moose.pm
index
e7c1409
..
9808b3a
100644
(file)
--- 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;