diff options
author | Christian Pointner <equinox@spreadspace.org> | 2015-10-06 23:59:23 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2015-10-06 23:59:23 (GMT) |
commit | ddcb9685d9ab3c59cabfdd69614315af668435ec (patch) | |
tree | 4af76c4bc6b7448064266b2aa6c1ca8c99fe96a3 /Makefile.PL | |
parent | 245fa7576b4a2d848435f4eee3d7f41cbf042e8a (diff) |
renamed most utils from rd-* to rhrd-*
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index d71fe5a..7a1b2de 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 rd-group rd-show); +my @utils = qw(get-rd-token get-rd-week update-rd-tokens rhrd-user rhrd-group rhrd-show rhrd-ws-login rhrd-sanity-check); WriteMakefile( NAME => 'RHRD', |