package App::smsg; 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 command-line tool. =head1 BUGS Please report any bugs to Edr@jones.dkE. =head1 SEE ALSO L. =head1 AUTHOR Jonas Smedegaard Edr@jones.dkE. =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.