summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-09-17 21:57:15 (GMT)
committerChristian Pointner <equinox@spreadspace.org>2015-09-17 21:57:15 (GMT)
commit66557641d3fb28103df0a947552993e5827320aa (patch)
treedc2395a7ea5c358480e1abfccf6fcc7c19b6a4c1 /Makefile.PL
parent08cfff490aec608049b031cc148ad89ee5543ea4 (diff)
added group handling support
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 3796727..27d40d6 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,7 +1,7 @@
use ExtUtils::MakeMaker;
use 5.004;
-my @utils = qw(get-rd-token rhrd-ws-login get-rd-week update-rd-tokens rd-user);
+my @utils = qw(get-rd-token rhrd-ws-login get-rd-week update-rd-tokens rd-user rd-group);
WriteMakefile(
NAME => 'RHRD',