From ecf344f39695c5c7fb65cc1f9ed1ff4869a76ae0 Mon Sep 17 00:00:00 2001
From: Slaven Rezic <slaven@rezic.de>
Date: Sat, 3 Mar 2012 17:34:34 +0100
Subject: [PATCH] * removed DateTime prereq, causing a circular dependency

---
 Makefile.PL |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index 787fa86..39aed4f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -31,8 +31,6 @@ my %WriteMakefileArgs = (
     "Class::Load" => 0,
     "Class::Singleton" => "1.03",
     "Cwd" => 3,
-    "DateTime" => 0,
-    "DateTime::Duration" => 0,
     "File::Basename" => 0,
     "File::Compare" => 0,
     "File::Find" => 0,
-- 
1.7.0.4