From 3227de7c455d893ab94414d7c2df27c56c31ec17 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 11 Oct 2012 21:13:35 +0200 Subject: Add README and inline POD for script. --- README | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..fcab9d2 --- /dev/null +++ b/README @@ -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 + +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. -- cgit v1.2.3