projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f90480a
)
Remove use_ok tests
Dave Rolsky [Fri, 7 Nov 2008 19:42:20 +0000 (19:42 +0000)]
t/031_method_modifiers.t
patch
|
blob
|
blame
|
history
diff --git
a/t/031_method_modifiers.t
b/t/031_method_modifiers.t
index
8b42875
..
3ef94b8
100644
(file)
--- a/
t/031_method_modifiers.t
+++ b/
t/031_method_modifiers.t
@@
-3,13
+3,11
@@
use strict;
use warnings;
-use Test::More tests => 26;
+use Test::More tests => 24;
use Test::Exception;
-BEGIN {
- use_ok('Class::MOP');
- use_ok('Class::MOP::Method');
-}
+use Class::MOP;
+use Class::MOP::Method;
# test before and afters
{