I think we are done here
[dbsrgits/DBIx-Class.git] / t / 52leaks.t
index e2ed738..a5ad085 100644 (file)
@@ -365,7 +365,7 @@ for my $slot (keys %$weak_registry) {
   elsif (
     $slot =~ /^Data::Dumper/
       and
-    $weak_registry->{$slot}{stacktrace} =~ /\QDBIx::Class::ResultSource::_mk_row_parser/
+    $weak_registry->{$slot}{stacktrace} =~ /\QDBIx::Class::ResultSource::RowParser::_mk_row_parser/
   ) {
     # there should be only one D::D object (used to construct the rowparser)
     # more would indicate trouble