]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/commitdiff
not using version.pm
authorZbigniew Lukasiak <zby@zby.aster.net.pl>
Sat, 20 Jun 2009 17:16:58 +0000 (19:16 +0200)
committerZbigniew Lukasiak <zby@zby.aster.net.pl>
Sat, 20 Jun 2009 17:16:58 +0000 (19:16 +0200)
Makefile.PL
lib/DBIx/Class/ResultSet/RecursiveUpdate.pm
t/var/dvdzbr.db

index c648e63bf8770f1d84f15fcff214323b03827437..2c143beb61025bc210a3ac34cdc6809d1d4f0218 100644 (file)
@@ -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',
index 8bd85f776896194b91cbb093dcea445e4754b676..ecf2447f6f521d4e30f0fd12e8ad90a0dcff5a8a 100644 (file)
@@ -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);
 
index 1e204de8e1dace8ef10efee13e4bbc1c1d1947b4..6bc3b8cd9fa7b7c0b6496ca182d3cb87ca28374e 100644 (file)
Binary files a/t/var/dvdzbr.db and b/t/var/dvdzbr.db differ
This page took 0.020929 seconds and 4 git commands to generate.