From: Peter Rabbitson Date: Sat, 15 May 2010 15:01:10 +0000 (+0000) Subject: Use DDC instead of DD X-Git-Tag: v0.08122~34^2~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a84fe712a7b06731735f08e05809927869ef0105;p=dbsrgits%2FDBIx-Class.git Use DDC instead of DD --- diff --git a/t/sqlahacks/oracle.t b/t/sqlahacks/oracle.t index 1d36abf..fdcfaca 100644 --- a/t/sqlahacks/oracle.t +++ b/t/sqlahacks/oracle.t @@ -3,13 +3,11 @@ use strict; use warnings; use Test::More; use Test::Exception; -use Data::Dumper; +use Data::Dumper::Concise; use lib qw(t/lib); use DBIC::SqlMakerTest; use DBIx::Class::SQLAHacks::Oracle; - - # # Offline test for connect_by # ( without acitve database connection) @@ -61,7 +59,6 @@ isa_ok($sqla_oracle, 'DBIx::Class::SQLAHacks::Oracle'); my $test_count = ( @handle_tests * 2 ) + 1; for my $case (@handle_tests) { - local $Data::Dumper::Terse = 1; my ( $stmt, @bind ); my $msg = sprintf("Offline: %s", $case->{msg} || substr($case->{stmt},0,25),