]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/blobdiff - t/lib/RunTests.pm
bring repo up to cpan level
[chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate] / t / lib / RunTests.pm
index fea0b4634e7d8affe2057a354ec0dedb2e743829..53d3c6b174809bbebdf4bfc4fc0dbb844694cefc 100644 (file)
@@ -198,7 +198,7 @@ sub run_tests{
     );
     is( $user->borrowed_dvds->count, 1, 'if_not_submitted delete' );
 
-    my @tags = $schema->resultset( 'Tag' )->search();
+    @tags = $schema->resultset( 'Tag' )->search();
     $dvd_updated = DBIx::Class::ResultSet::RecursiveUpdate::Functions::recursive_update(
         resultset => $schema->resultset( 'Dvd' ),
         updates => {
This page took 0.017002 seconds and 4 git commands to generate.