projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a50c9d6
)
cleanups
Peter Rabbitson [Thu, 26 Nov 2009 10:07:06 +0000 (10:07 +0000)]
t/60core.t
patch
|
blob
|
blame
|
history
t/from_subquery.t
patch
|
blob
|
blame
|
history
t/resultset/as_query.t
patch
|
blob
|
blame
|
history
t/resultset/is_paged.t
patch
|
blob
|
blame
|
history
diff --git
a/t/60core.t
b/t/60core.t
index
8ab6129
..
be22fa7
100644
(file)
--- a/
t/60core.t
+++ b/
t/60core.t
@@
-1,5
+1,5
@@
use strict;
-use warnings;
+use warnings;
use Test::More;
use Test::Exception;
diff --git
a/t/from_subquery.t
b/t/from_subquery.t
index
9b340c5
..
646fa6e
100644
(file)
--- a/
t/from_subquery.t
+++ b/
t/from_subquery.t
@@
-1,5
+1,5
@@
use strict;
-use warnings FATAL => 'all';
+use warnings;
use Test::More;
diff --git
a/t/resultset/as_query.t
b/t/resultset/as_query.t
index
beca3f9
..
bdc907d
100644
(file)
--- a/
t/resultset/as_query.t
+++ b/
t/resultset/as_query.t
@@
-1,7
+1,5
@@
-#!/usr/bin/perl
-
use strict;
-use warnings FATAL => 'all';
+use warnings;
use Test::More;
diff --git
a/t/resultset/is_paged.t
b/t/resultset/is_paged.t
index
f183d4a
..
08651d5
100644
(file)
--- a/
t/resultset/is_paged.t
+++ b/
t/resultset/is_paged.t
@@
-16,4
+16,3
@@
my $paginated = $tkfks->search(undef, { page => 5 });
ok $paginated->is_paged, 'resultset is paginated now';
done_testing;
-