From 80f023217b63b3a29937c33486a480b2b7fdc17b Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 11 Oct 2012 22:27:30 +0200 Subject: Improve standard boilerplate. --- lib/App/smsg.pm | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) (limited to 'lib/App/smsg.pm') 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 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. -- cgit v1.2.3