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/Command/Talk.pm | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'lib/App/smsg/Command/Talk.pm') diff --git a/lib/App/smsg/Command/Talk.pm b/lib/App/smsg/Command/Talk.pm index e31725b..636633f 100644 --- a/lib/App/smsg/Command/Talk.pm +++ b/lib/App/smsg/Command/Talk.pm @@ -1,9 +1,17 @@ package App::smsg::Command::Talk; +use 5.010; use strict; +use warnings; use utf8; +BEGIN { + $App::smsg::Command::Talk::AUTHORITY = 'https://dr.jones.dk/me#me'; + $App::smsg::Command::Talk::VERSION = '0.001'; +} + use App::smsg -command; +use namespace::clean; use AnyEvent; use AnyEvent::XMPP::Client; @@ -145,13 +153,3 @@ $j->wait; } 1; - -__END__ - -=head1 COPYRIGHT - -2012 © Jonas Smedegaard - -=head1 BUGS - -Send Bug Reports to Jonas Smedegaard -- cgit v1.2.3