summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-03-15 15:15:06 (GMT)
committerChristian Pointner <equinox@spreadspace.org>2016-03-15 15:15:06 (GMT)
commit0a478276072229e91dfee0dc73ead900dbdbaa3f (patch)
treebae12caa9268c6d1194082fedc0d46c64184ae39 /Makefile.PL
parent47bf16cb97806bb1632e5933a1defee34b915b69 (diff)
removed worskstation login script
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 7a1b2de..a919bae 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-ws-login rhrd-sanity-check);
+my @utils = qw(get-rd-token get-rd-week update-rd-tokens rhrd-user rhrd-group rhrd-show rhrd-sanity-check);
WriteMakefile(
NAME => 'RHRD',