[Jifty-commit] r5032 - Jifty-DBI/branches/tisql

Jifty commits jifty-commit at lists.jifty.org
Tue Feb 5 21:17:48 EST 2008


Author: ruz
Date: Tue Feb  5 21:17:48 2008
New Revision: 5032

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

Log:
 r4787 at cubic-pc (orig r4786):  sartak | 2008-01-04 22:29:56 +0300
  r49910 at onn:  sartak | 2008-01-04 14:29:28 -0500
  Add optional dependencies on Time::Duration(::Parse) in Makefile.PL
 


Modified: Jifty-DBI/branches/tisql/Makefile.PL
==============================================================================
--- Jifty-DBI/branches/tisql/Makefile.PL	(original)
+++ Jifty-DBI/branches/tisql/Makefile.PL	Tue Feb  5 21:17:48 2008
@@ -36,6 +36,11 @@
         -default => 1,
         (can_cc() ? requires('YAML::Syck') : requires('YAML')),
     ],
+    'Duration filter' => [
+        -default => 1,
+        'Time::Duration' => '',
+        'Time::Duration::Parse' => '',
+    ],
 );
 auto_install();
 &WriteAll;


More information about the Jifty-commit mailing list