From: zby Date: Fri, 15 May 2009 21:21:24 +0000 (+0000) Subject: prereqs updated X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=commitdiff_plain;h=f344cfe71ea272a712afbd2c464b37dc2de47b7f;ds=sidebyside prereqs updated --- diff --git a/Makefile.PL b/Makefile.PL index 252c498..c648e63 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,7 +13,7 @@ WriteMakefile( 'version' => 0, 'DBIx::Class' => '0.08100', 'DBIx::Class::IntrospectableM2M' => 0, - 'SQL::Translator' => '0.08', + 'SQL::Translator' => '0.09004', 'DateTime' => 0, 'DBD::SQLite' => '1.21', }, diff --git a/lib/DBIx/Class/ResultSet/RecursiveUpdate.pm b/lib/DBIx/Class/ResultSet/RecursiveUpdate.pm index 137bf7d..c07ae6b 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.006'); +use version; our $VERSION = qv('0.007'); use base qw(DBIx::Class::ResultSet); diff --git a/t/var/dvdzbr.db b/t/var/dvdzbr.db index 69dce28..fd45f65 100644 Binary files a/t/var/dvdzbr.db and b/t/var/dvdzbr.db differ