X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FGruntmaster%2FApp%2FCommand%2FRm.pm;h=247ca63c3520c0e3ff0b9bafad2e749501eca05e;hb=b35cbc0d6ca5baf03ffbeb2b9a375fa71f4d0ad3;hp=25dc4504118898143d2d197ac0c66ab8da4da26d;hpb=92f74061ec24c7d45c9312ae54280356530f6c8c;p=gruntmaster-data.git diff --git a/lib/Gruntmaster/App/Command/Rm.pm b/lib/Gruntmaster/App/Command/Rm.pm index 25dc450..247ca63 100644 --- a/lib/Gruntmaster/App/Command/Rm.pm +++ b/lib/Gruntmaster/App/Command/Rm.pm @@ -3,7 +3,7 @@ package Gruntmaster::App::Command::Rm; use 5.014000; use warnings; -our $VERSION = '5999.000_004'; +our $VERSION = '5999.000_016'; use Gruntmaster::App '-command'; use Gruntmaster::Data; @@ -25,3 +25,39 @@ sub execute { 1; __END__ + +=encoding utf-8 + +=head1 NAME + +Gruntmaster::App::Command::Rm - remove an object + +=head1 SYNOPSIS + + gm -c rm test_contest + gm -p rm aplusb + gm -j rm 10 + gm -u rm MGV + +=head1 DESCRIPTION + +The rm command takes the ID of an object and removes it. + +=head1 SEE ALSO + +L + +=head1 AUTHOR + +Marius Gavrilescu, Emarius@ieval.roE + +=head1 COPYRIGHT AND LICENSE + +Copyright (C) 2014-2016 by Marius Gavrilescu + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself, either Perl version 5.20.1 or, +at your option, any later version of Perl 5 you may have available. + + +=cut