[Bps-public-commit] r9685 - Date-Extract
sartak at bestpractical.com
sartak at bestpractical.com
Thu Nov 15 21:41:33 EST 2007
Author: sartak
Date: Thu Nov 15 21:41:32 2007
New Revision: 9685
Modified:
Date-Extract/ (props changed)
Date-Extract/Makefile.PL
Log:
r45243 at onn: sartak | 2007-11-15 21:40:52 -0500
Dependencies
Modified: Date-Extract/Makefile.PL
==============================================================================
--- Date-Extract/Makefile.PL (original)
+++ Date-Extract/Makefile.PL Thu Nov 15 21:41:32 2007
@@ -5,7 +5,14 @@
name 'Date-Extract';
all_from 'lib/Date/Extract.pm';
-requires 'DateTime';
+requires 'List::Util';
+requires 'Carp';
+
+# this actually requires DTFN + a patch for timezone handling
+requires 'DateTime::Format::Natural' => '0.58';
+
+requires 'parent';
+requires 'Class::Data::Inheritable';
build_requires 'Test::More';
build_requires 'Test::MockTime';
More information about the Bps-public-commit
mailing list