From: Zbigniew Lukasiak Date: Sat, 20 Jun 2009 17:16:58 +0000 (+0200) Subject: not using version.pm X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=commitdiff_plain;h=0efbb518d8d981b58f600f125ed6383b412e51c3 not using version.pm --- diff --git a/Makefile.PL b/Makefile.PL index c648e63..2c143be 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,7 +10,6 @@ WriteMakefile( PL_FILES => {}, PREREQ_PM => { 'Test::More' => 0, - 'version' => 0, 'DBIx::Class' => '0.08100', 'DBIx::Class::IntrospectableM2M' => 0, 'SQL::Translator' => '0.09004', diff --git a/lib/DBIx/Class/ResultSet/RecursiveUpdate.pm b/lib/DBIx/Class/ResultSet/RecursiveUpdate.pm index 8bd85f7..ecf2447 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.009'); +our $VERSION = '0.010'; use base qw(DBIx::Class::ResultSet); diff --git a/t/var/dvdzbr.db b/t/var/dvdzbr.db index 1e204de..6bc3b8c 100644 Binary files a/t/var/dvdzbr.db and b/t/var/dvdzbr.db differ