summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README23
1 files changed, 23 insertions, 0 deletions
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 <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.