[Jifty-commit] r2575 - jifty/trunk

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Jan 26 06:36:51 EST 2007


Author: audreyt
Date: Fri Jan 26 06:36:48 2007
New Revision: 2575

Modified:
   jifty/trunk/Makefile.PL

Log:
* Makefile.PL - Depend on Jifty::DBI 0.31 because of the
  incompatible "max_length is ..." change in schemas.

Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Fri Jan 26 06:36:48 2007
@@ -42,7 +42,7 @@
 requires('Hash::Merge');
 requires('Hook::LexWrap');
 requires('IPC::PubSub' => '0.22' );
-requires('Jifty::DBI' => '0.30' );            # Jifty::DBI::Collection Jifty::DBI::Handle Jifty::DBI::Record::Cachable Jifty::DBI::SchemaGenerator
+requires('Jifty::DBI' => '0.31' );            # Jifty::DBI::Collection Jifty::DBI::Handle Jifty::DBI::Record::Cachable Jifty::DBI::SchemaGenerator
 requires('Locale::Maketext::Extract' => '0.20');
 requires('Locale::Maketext::Lexicon' => '0.60');
 requires('Log::Log4perl');


More information about the Jifty-commit mailing list