From: ivan Date: Mon, 2 Oct 2000 13:28:14 +0000 (+0000) Subject: not properly registering dependency on FreezeThaw. (thanks jesse!) X-Git-Tag: DBIx_DBSchema_0_11 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=9bd62ac8947550d7490355d0331ac2cc1f87f15e;p=DBIx-DBSchema.git not properly registering dependency on FreezeThaw. (thanks jesse!) --- diff --git a/Changes b/Changes index ef86149..7869b43 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension DBIx::DBSchema. +0.11 Sun Sep 28 02:16:25 2000 + - oops, original verison got 0.10, so this one will get 0.11 + 0.01 Sun Sep 17 07:57:35 2000 - original version; created by h2xs 1.19 diff --git a/DBSchema.pm b/DBSchema.pm index 84f7fa2..8801737 100644 --- a/DBSchema.pm +++ b/DBSchema.pm @@ -14,7 +14,7 @@ use DBIx::DBSchema::ColGroup::Index; #@ISA = qw(Exporter); @ISA = (); -$VERSION = "0.1"; +$VERSION = "0.11"; =head1 NAME diff --git a/Makefile.PL b/Makefile.PL index 4a76d59..a10e4da 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,5 +6,6 @@ WriteMakefile( 'VERSION_FROM' => 'DBSchema.pm', # finds $VERSION 'PREREQ_PM' => { 'DBI' => 0, + 'FreezeThaw' => 0, }, );