summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-07-28 16:18:09 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-07-28 16:18:09 (GMT)
commit24ec6833f3bb6c665506612105137c71cd82debe (patch)
tree05256c4c730e6e8d99e8de1aac700a87769ab8b8 /Makefile.PL
parentfca7f6272ff0a4cf8cb7c932e6ca19d20058da57 (diff)
added tool rhrd-tool (most library functions are still missing)
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 99be55e..fb4e632 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-schedules rhrd-show rhrd-sanity-check);
+my @utils = qw(get-rd-token get-rd-week update-rd-tokens rhrd-user rhrd-group rhrd-pool rhrd-schedules rhrd-show rhrd-sanity-check);
WriteMakefile(
NAME => 'RHRD',