projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
658b87f
)
Correct order of BEGIN/use so that skip_all does not produce failures
Peter Rabbitson [Wed, 7 May 2008 15:25:41 +0000 (15:25 +0000)]
t/cdbi-t/set_to_undef.t
patch
|
blob
|
blame
|
history
diff --git
a/t/cdbi-t/set_to_undef.t
b/t/cdbi-t/set_to_undef.t
index
bad9919
..
75e0ee6
100644
(file)
--- a/
t/cdbi-t/set_to_undef.t
+++ b/
t/cdbi-t/set_to_undef.t
@@
-2,7
+2,6
@@
use strict;
use Test::More;
-use Test::NoWarnings;
BEGIN {
eval "use DBIx::Class::CDBICompat;";
@@
-12,6
+11,8
@@
BEGIN {
plan tests => 1;
}
+use Test::NoWarnings;
+
{
package Thing;