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

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Wed Jan 21 13:56:49 GMT 2009


Author: ribasushi
Date: 2009-01-21 13:56:49 +0000 (Wed, 21 Jan 2009)
New Revision: 5331

Modified:
   DBIx-Class/0.08/trunk/t/103many_to_many_warning.t
Log:
leftover debug

Modified: DBIx-Class/0.08/trunk/t/103many_to_many_warning.t
===================================================================
--- DBIx-Class/0.08/trunk/t/103many_to_many_warning.t	2009-01-21 13:51:21 UTC (rev 5330)
+++ DBIx-Class/0.08/trunk/t/103many_to_many_warning.t	2009-01-21 13:56:49 UTC (rev 5331)
@@ -27,8 +27,6 @@
   my $code = gen_code ( suffix => 2, no_warn => 1 );
   eval "$code";
 
-diag Dumper \@w;
-
   ok ( (not grep { $_ =~ /The many-to-many relationship bars is trying to create/ } @w), "No warning triggered with relevant 'no warnings'");
 }
 




More information about the Bast-commits mailing list