summaryrefslogtreecommitdiff
path: root/lib/App/smsg.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/App/smsg.pm')
-rw-r--r--lib/App/smsg.pm51
1 files changed, 50 insertions, 1 deletions
diff --git a/lib/App/smsg.pm b/lib/App/smsg.pm
index 38bfec1..ff7c0e3 100644
--- a/lib/App/smsg.pm
+++ b/lib/App/smsg.pm
@@ -1,5 +1,54 @@
package App::smsg;
-use App::Cmd::Setup -app;
+use 5.010;
+use strict;
+use warnings;
+use utf8;
+
+BEGIN {
+ $App::perlrdf::AUTHORITY = 'https://dr.jones.dk/me#me';
+ $App::perlrdf::VERSION = '0.001';
+}
+
+use App::Cmd::Setup -app => {
+ plugins => [qw( Prompt )],
+};
+use Object::AUTHORITY;
1;
+
+__END__
+
+=head1 NAME
+
+smsg - utilities for short messages
+
+=head1 DESCRIPTION
+
+Support library for the L<smsg> command-line tool.
+
+=head1 BUGS
+
+Please report any bugs to
+E<lt>dr@jones.dkE<gt>.
+
+=head1 SEE ALSO
+
+L<smsg>.
+
+=head1 AUTHOR
+
+Jonas Smedegaard E<lt>dr@jones.dkE<gt>.
+
+=head1 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.
+
+=head1 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.