From 527858c3403a2591ac2782137ec0ff99ff563107 Mon Sep 17 00:00:00 2001 From: Zbigniew Lukasiak Date: Sat, 20 Jun 2009 16:46:29 +0200 Subject: [PATCH] release --- Changes | 3 +++ META.yml | 2 +- lib/DBIx/Class/ResultSet/RecursiveUpdate.pm | 2 +- t/lib/RunTests.pm | 2 +- t/var/dvdzbr.db | Bin 37888 -> 37888 bytes 5 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 0e84534..b9f7623 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for DBIx-Class-RecursivePUT +0.009 Sat Jun 20 16:37:57 CEST 2009 + if_not_submitted flag (experimental) + 0.006 Fri May 15 11:03:48 CEST 2009 Some adjustments for HTML::FormHandler diff --git a/META.yml b/META.yml index cd56128..db6bcbc 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: DBIx-Class-ResultSet-RecursiveUpdate -version: 0.0.1 +version: 0.0.9 abstract: like update_or_create - but recursive license: ~ author: diff --git a/lib/DBIx/Class/ResultSet/RecursiveUpdate.pm b/lib/DBIx/Class/ResultSet/RecursiveUpdate.pm index 90f5994..8bd85f7 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; -use version; our $VERSION = qv('0.008'); +use version; our $VERSION = qv('0.009'); use base qw(DBIx::Class::ResultSet); diff --git a/t/lib/RunTests.pm b/t/lib/RunTests.pm index 8e5afa8..f391fc6 100644 --- a/t/lib/RunTests.pm +++ b/t/lib/RunTests.pm @@ -113,7 +113,7 @@ sub run_tests{ { dvd_name => $dvd->name, key2 => 1 } ], }; - my $dvd_updated = $dvd_rs->recursive_update( $updates ); + $dvd_updated = $dvd_rs->recursive_update( $updates ); ok ( $schema->resultset( 'Twokeys' )->find( { dvd_name => 'New Test Name', key2 => 1 } ), 'Twokeys updated' ); ok ( !$schema->resultset( 'Twokeys' )->find( { dvd_name => $dvd->name, key2 => 1 } ), 'Twokeys updated' ); diff --git a/t/var/dvdzbr.db b/t/var/dvdzbr.db index 08a30ef83cc1b6f61e6d85dbebafd87da9af68b5..2e13de1e5c4ca7b30229b87ae06979e0bc8f706d 100644 GIT binary patch delta 512 zcmah_%S)Sa5UiW8@j=m0qtPTrt4WOYOVmWILTxQo@BtQz6knhgL_ZUauSjbun1YCh z+Jw0{Cp`+Kpb;(JtHi^w!2&C z!j*eKSc*d47PExq80{`Zzqd_Tp{NZ9x73Ya-Zh~I zgI)2oZ|%9zg7w-;p%tlkR7>Qr0ChtVoGn>ke9blaS%~GB6RiUlt=ymuK1>RW&=Z`# z_jMC~j(>4&&Su*3^D{oTER4R7jK${XR6Ae4ZGY93(W`_PO-%X_9ZX%7p6M3c*iQE9z@vkEQ delta 512 zcmah_%}ZNx5NtQkRHejVQe#z8k!USO(ezM-+FDfb0~CsgMq7;^jV~`6H9l(+1tS#k zpeD>=j`b*rpb>g3ttStHm!930mVOVz9omt+NjjCPnK9Kv_sFX1pEZ8bQuH3GNHJM>MPrJ93SGE30pw`*lOKcEsJ;YW1& zrvCf79+$y&H(xz+IUEmH8s`Ed;c+uMtGcB5ee1iP)*!=hFH8t0k*6ENDJ<%f!U)dw z4dJvpJ}pE0aT7vg#g