diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -0,0 +1,23 @@ +NAME + App::smsg - utilities for short messages + +SYNOPSIS + use App::smsg; + App::smsg->run; + +DESCRIPTION + This is the module supporting the "smsg" command-line tool. + +AUTHOR + Jonas Smedegaard <dr@jones.dk> + +COPYRIGHT AND LICENCE + This software is copyright (c) 2012 by Jonas Smedegaard. + + This is free software; you can redistribute it and/or modify it under + the same terms as the Perl 5 programming language system itself. + +DISCLAIMER OF WARRANTIES + THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED + WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF + MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. |