]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/commitdiff
Readonly to prereqs
authorZbigniew Lukasiak <zby@zby.aster.net.pl>
Sun, 16 Aug 2009 11:41:27 +0000 (13:41 +0200)
committerZbigniew Lukasiak <zby@zby.aster.net.pl>
Sun, 16 Aug 2009 11:41:27 +0000 (13:41 +0200)
Makefile.PL
lib/DBIx/Class/ResultSet/RecursiveUpdate.pm
t/var/dvdzbr.db

index 2c143beb61025bc210a3ac34cdc6809d1d4f0218..e4866dcfff0610c92a887000597602a815197936 100644 (file)
@@ -15,6 +15,7 @@ WriteMakefile(
         'SQL::Translator' => '0.09004',
         'DateTime'   => 0,
         'DBD::SQLite' => '1.21',
         '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-*' },
     },
     dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
     clean               => { FILES => 'DBIx-Class-ResultSet-RecursiveUpdate-*' },
index ecf2447f6f521d4e30f0fd12e8ad90a0dcff5a8a..cf70e397a1e0fd678891ca463566f28d02e26d87 100644 (file)
@@ -2,7 +2,7 @@ use strict;
 use warnings;
 package DBIx::Class::ResultSet::RecursiveUpdate;
 
 use warnings;
 package DBIx::Class::ResultSet::RecursiveUpdate;
 
-our $VERSION = '0.010';
+our $VERSION = '0.011';
 
 use base qw(DBIx::Class::ResultSet);
 
 
 use base qw(DBIx::Class::ResultSet);
 
index 6bc3b8cd9fa7b7c0b6496ca182d3cb87ca28374e..0a0d88f3ad67dce87881847e47847fbcfa6667dc 100644 (file)
Binary files a/t/var/dvdzbr.db and b/t/var/dvdzbr.db differ
This page took 0.022264 seconds and 4 git commands to generate.