projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8babf00
)
none of this use_ok nonsense
Dave Rolsky [Fri, 14 Nov 2008 21:14:27 +0000 (21:14 +0000)]
t/304_constant_codeinfo.t
patch
|
blob
|
blame
|
history
diff --git
a/t/304_constant_codeinfo.t
b/t/304_constant_codeinfo.t
index
3f907fa
..
eae71e5
100644
(file)
--- a/
t/304_constant_codeinfo.t
+++ b/
t/304_constant_codeinfo.t
@@
-2,11
+2,9
@@
use strict;
use warnings;
-use Test::More tests => 3;
+use Test::More tests => 2;
-BEGIN {
- use_ok('Class::MOP');
-}
+use Class::MOP;
{
package Foo;