From 861d0d247104ba5d9a05184728e19f1516521396 Mon Sep 17 00:00:00 2001 From: Gerda Shank Date: Sat, 6 Feb 2010 09:43:39 -0500 Subject: [PATCH 1/1] bring repo up to cpan level --- Changes | 5 ++++- lib/DBIx/Class/ResultSet/RecursiveUpdate.pm | 2 +- t/lib/RunTests.pm | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index b9f7623..0b557fd 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,7 @@ -Revision history for DBIx-Class-RecursivePUT +Revision history for DBIx::Class::ResultSet::RecursiveUpdate + +0.012 Thu Sep 10 19:44:25 CEST 2009 + updating records linked to by many to many 0.009 Sat Jun 20 16:37:57 CEST 2009 if_not_submitted flag (experimental) diff --git a/lib/DBIx/Class/ResultSet/RecursiveUpdate.pm b/lib/DBIx/Class/ResultSet/RecursiveUpdate.pm index df5d76d..1af66cc 100644 --- a/lib/DBIx/Class/ResultSet/RecursiveUpdate.pm +++ b/lib/DBIx/Class/ResultSet/RecursiveUpdate.pm @@ -2,7 +2,7 @@ use strict; use warnings; package DBIx::Class::ResultSet::RecursiveUpdate; -our $VERSION = '0.011'; +our $VERSION = '0.012'; use base qw(DBIx::Class::ResultSet); diff --git a/t/lib/RunTests.pm b/t/lib/RunTests.pm index fea0b46..53d3c6b 100644 --- a/t/lib/RunTests.pm +++ b/t/lib/RunTests.pm @@ -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 => { -- 2.43.0