remove rogue use line
Matt S Trout [Wed, 20 Jun 2007 03:57:08 +0000 (03:57 +0000)]
lib/DBIx/Class/ResultSet.pm

index 8f4a5ba..bec67f4 100644 (file)
@@ -833,8 +833,6 @@ sub _collapse_result {
 
   my @const_keys;
 
-  use Data::Dumper;
-
   foreach my $const (@const_rows) {
     scalar @const_keys or do {
       @const_keys = sort { length($a) <=> length($b) } keys %$const;