diff options
author | Jonas Smedegaard <dr@jones.dk> | 2012-10-11 21:13:35 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2012-10-11 21:13:35 +0200 |
commit | 3227de7c455d893ab94414d7c2df27c56c31ec17 (patch) | |
tree | 264fce179b3b7727523176ad1a990572f078703c /README | |
parent | c99b8f0ebc2b511d6279761adb773a8aa4d876ee (diff) |
Add README and inline POD for script.
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. |