From: Zbigniew Lukasiak Date: Sun, 16 Aug 2009 11:41:27 +0000 (+0200) Subject: Readonly to prereqs X-Git-Url: https://git.brokenzipper.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=commitdiff_plain;h=6a5c10fec4f08c31a76d0f5058d4b28c0bdde3d2 Readonly to prereqs --- diff --git a/Makefile.PL b/Makefile.PL index 2c143be..e4866dc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,6 +15,7 @@ WriteMakefile( 'SQL::Translator' => '0.09004', 'DateTime' => 0, 'DBD::SQLite' => '1.21', + 'Readonly' => '1.03' }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'DBIx-Class-ResultSet-RecursiveUpdate-*' }, diff --git a/lib/DBIx/Class/ResultSet/RecursiveUpdate.pm b/lib/DBIx/Class/ResultSet/RecursiveUpdate.pm index ecf2447..cf70e39 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.010'; +our $VERSION = '0.011'; use base qw(DBIx::Class::ResultSet); diff --git a/t/var/dvdzbr.db b/t/var/dvdzbr.db index 6bc3b8c..0a0d88f 100644 Binary files a/t/var/dvdzbr.db and b/t/var/dvdzbr.db differ