summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-07-24 19:58:39 (GMT)
committerChristian Pointner <equinox@spreadspace.org>2015-07-24 19:58:39 (GMT)
commit7ee36b6d571a0310224643547864b42433d311cd (patch)
tree8975dca3ae9cd5964343a499f2e93c520500d6fa /Makefile.PL
parent6e0e3a9c798ce1b21c939603484b0b08a4f0f23e (diff)
added utils.pm with get_rd_week
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL10
1 files changed, 6 insertions, 4 deletions
diff --git a/Makefile.PL b/Makefile.PL
index c9f1b5e..cceb48c 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -2,13 +2,15 @@ use ExtUtils::MakeMaker;
use 5.004;
WriteMakefile(
- NAME => 'RHRD',
- VERSION_FROM => 'lib/RHRD.pm',
+ NAME => 'RHRD',
+ VERSION_FROM => 'lib/RHRD.pm',
LICENSE => 'gpl_3',
AUTHOR => 'Christian Pointner <equinox@helsinki.at>',
ABSTRACT => 'Radio Helsinki Rivendell libraries and utils',
PREREQ_PM => {
- "Config::IniFiles" => 0,
- "DBI" => 0
+ "Config::IniFiles" => 0,
+ "DBI" => 0,
+ "DateTime" => 0,
+ "DateTime::TimeZone" => 0
},
);