[Bast-commits] r7393 - DBIx-Class/0.08/trunk/t

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Wed Aug 26 16:07:51 GMT 2009


Author: ribasushi
Date: 2009-08-26 16:07:51 +0000 (Wed, 26 Aug 2009)
New Revision: 7393

Modified:
   DBIx-Class/0.08/trunk/t/89dbicadmin.t
Log:
Stop testing deprecated json::syck

Modified: DBIx-Class/0.08/trunk/t/89dbicadmin.t
===================================================================
--- DBIx-Class/0.08/trunk/t/89dbicadmin.t	2009-08-26 02:26:50 UTC (rev 7392)
+++ DBIx-Class/0.08/trunk/t/89dbicadmin.t	2009-08-26 16:07:51 UTC (rev 7393)
@@ -16,7 +16,7 @@
     plan skip_all => 'Install Text::CSV_XS or Text::CSV_PP to run this test' if ($@);
 }
 
-my @json_backends = qw/XS JSON DWIW Syck/;
+my @json_backends = qw/XS JSON DWIW/;
 my $tests_per_run = 5;
 
 plan tests => $tests_per_run * @json_backends;




More information about the Bast-commits mailing list