Bump version and update Changes
[gruntmaster-data.git] / lib / Gruntmaster / App.pm
index f2069284c6b5f53738540a3bdefdb14629be06cf..c867f70b6738a88dfc0ad6c96213015d2ddcc35a 100644 (file)
@@ -3,7 +3,7 @@ package Gruntmaster::App;
 use 5.014000;
 use warnings;
 
-our $VERSION = '5999.000_004';
+our $VERSION = '5999.000_014';
 
 use App::Cmd::Setup '-app';
 use Gruntmaster::Data;
@@ -34,10 +34,29 @@ Gruntmaster::App - command-line interface to the Gruntmaster 6000 database
 
 =head1 SYNOPSIS
 
-
+  use Gruntmaster::App;
+  Gruntmaster::App->run;
 
 =head1 DESCRIPTION
 
+Gruntmaster::App is a command-line interface to the Gruntmaster 6000
+database. It is the backend of the B<gm> script.
+
+=head1 SEE ALSO
+
+L<gm>
+
+=head1 AUTHOR
+
+Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
+
+=head1 COPYRIGHT AND LICENSE
+
+Copyright (C) 2014-2015 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
This page took 0.009456 seconds and 4 git commands to generate.