From b9cb092606b08a3a88fb8e4b2237d514e557a661 Mon Sep 17 00:00:00 2001 From: John Napiorkowski Date: Thu, 8 Apr 2010 23:40:35 +0800 Subject: [PATCH 1/1] updated version --- Changes | 3 +++ lib/DBIx/Class/ResultSet/RecursiveUpdate.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 0b557fd..6338038 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for DBIx::Class::ResultSet::RecursiveUpdate +0.013 Thu Apr 08 15:37:13 UTC 2010 + Allow might_have relationships to be empty + 0.012 Thu Sep 10 19:44:25 CEST 2009 updating records linked to by many to many diff --git a/lib/DBIx/Class/ResultSet/RecursiveUpdate.pm b/lib/DBIx/Class/ResultSet/RecursiveUpdate.pm index 0414232..d231fbb 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.012'; +our $VERSION = '0.013'; use base qw(DBIx::Class::ResultSet); -- 2.43.0