[Jifty-commit] r480 -

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Jan 8 10:01:26 EST 2006


Author: jesse
Date: Sun Jan  8 10:01:26 2006
New Revision: 480

Modified:
   /   (props changed)
   Jifty-DBI/trunk/Makefile.PL

Log:
 r22202 at truegrounds:  jesse | 2006-01-08 10:57:46 +0100
 * Made DBIx::DBschema a versioned core dependency


Modified: Jifty-DBI/trunk/Makefile.PL
==============================================================================
--- Jifty-DBI/trunk/Makefile.PL	(original)
+++ Jifty-DBI/trunk/Makefile.PL	Sun Jan  8 10:01:26 2006
@@ -16,18 +16,10 @@
 requires('Data::Page');
 requires('DateTime');
 requires('DateTime::Format::Strptime');
-
+requires('DBIx::DBSchema' => '0.28');
 build_requires('Test::More' => 0.52);
 build_requires('DBD::SQLite');
 no_index directory => 'ex';
-features(
-	'Schema generation' => [
-	  -default => 1,
-	  'DBIx::DBSchema' => '',
-	  'Class::Accessor' => '',
-	],
-);
-#auto_bundle_deps();
 auto_install();
 &WriteAll;
 


More information about the Jifty-commit mailing list