Replace gruntmaster-* scripts with App::Cmd-based gm
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 10 Apr 2015 07:44:10 +0000 (10:44 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 10 Apr 2015 07:44:10 +0000 (10:44 +0300)
commit92f74061ec24c7d45c9312ae54280356530f6c8c
tree8190e6101c1d8099b86b27629e012f0bfd830cff
parent341fb89345d050a28105184a3fba1be1359e7bd2
Replace gruntmaster-* scripts with App::Cmd-based gm
14 files changed:
MANIFEST
Makefile.PL
gm [new file with mode: 0755]
gruntmaster-contest [deleted file]
gruntmaster-job [deleted file]
gruntmaster-problem [deleted file]
lib/Gruntmaster/App.pm [new file with mode: 0644]
lib/Gruntmaster/App/Command/Create.pm [new file with mode: 0644]
lib/Gruntmaster/App/Command/Get.pm [new file with mode: 0644]
lib/Gruntmaster/App/Command/List.pm [new file with mode: 0644]
lib/Gruntmaster/App/Command/Rerun.pm [new file with mode: 0644]
lib/Gruntmaster/App/Command/Rm.pm [new file with mode: 0644]
lib/Gruntmaster/App/Command/Set.pm [new file with mode: 0644]
lib/Gruntmaster/App/Command/Show.pm [new file with mode: 0644]
This page took 0.012088 seconds and 4 git commands to generate.