summaryrefslogtreecommitdiff
path: root/lib/App/smsg.pm
blob: ff7c0e354cb2ef19ef970caa51990ba55fef621a (plain)
  1. package App::smsg;
  2. use 5.010;
  3. use strict;
  4. use warnings;
  5. use utf8;
  6. BEGIN {
  7. $App::perlrdf::AUTHORITY = 'https://dr.jones.dk/me#me';
  8. $App::perlrdf::VERSION = '0.001';
  9. }
  10. use App::Cmd::Setup -app => {
  11. plugins => [qw( Prompt )],
  12. };
  13. use Object::AUTHORITY;
  14. 1;
  15. __END__
  16. =head1 NAME
  17. smsg - utilities for short messages
  18. =head1 DESCRIPTION
  19. Support library for the L<smsg> command-line tool.
  20. =head1 BUGS
  21. Please report any bugs to
  22. E<lt>dr@jones.dkE<gt>.
  23. =head1 SEE ALSO
  24. L<smsg>.
  25. =head1 AUTHOR
  26. Jonas Smedegaard E<lt>dr@jones.dkE<gt>.
  27. =head1 COPYRIGHT AND LICENCE
  28. This software is copyright (c) 2012 by Jonas Smedegaard.
  29. This is free software; you can redistribute it and/or modify it under
  30. the same terms as the Perl 5 programming language system itself.
  31. =head1 DISCLAIMER OF WARRANTIES
  32. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
  33. WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  34. MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.