From: John Napiorkowski Date: Thu, 8 Apr 2010 15:40:35 +0000 (+0800) Subject: updated version X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=commitdiff_plain;h=b9cb092606b08a3a88fb8e4b2237d514e557a661 updated version --- 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);