From fe577062f4ff680652641da01e02b6164b5c9571 Mon Sep 17 00:00:00 2001
From: Christian Pointner <equinox@helsinki.at>
Date: Thu, 21 Apr 2016 00:43:12 +0200
Subject: update Makefile.PL and manifest


diff --git a/MANIFEST b/MANIFEST
index 56b937d..21da700 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -12,3 +12,4 @@ utils/rhrd-group
 utils/rhrd-show
 utils/rhrd-user
 utils/rhrd-sanity-check
+utils/rhrd-schedules
diff --git a/Makefile.PL b/Makefile.PL
index a919bae..5b79606 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,7 +1,7 @@
 use ExtUtils::MakeMaker;
 use 5.004;
 
-my @utils = qw(get-rd-token get-rd-week update-rd-tokens rhrd-user rhrd-group rhrd-show rhrd-sanity-check);
+my @utils = qw(get-rd-token get-rd-week update-rd-tokens rhrd-user rhrd-group rhrd-schedules rhrd-show rhrd-sanity-check);
 
 WriteMakefile(
   NAME       => 'RHRD',
@@ -14,7 +14,12 @@ WriteMakefile(
     "DBI" => 0,
     "POSIX" => 0,
     "DateTime" => 0,
-    "DateTime::TimeZone" => 0
+    "DateTime::TimeZone" => 0,
+    "DateTime::Format::Strptime" => 0,
+    "Date::Calc" => 0,
+    "JSON::Any" => 0,
+    "URI" => 0,
+    "LWP" => 0
   },
   EXE_FILES => [ map { "utils/$_" } @utils ],
 );
-- 
cgit v0.10.2