From 09ffd6797b5e59ffa3664f56d1e3071d7cef6013 Mon Sep 17 00:00:00 2001 From: "vasily.chekalkin" Date: Wed, 29 Sep 2010 18:03:09 +1000 Subject: [PATCH] Add bit of documentation for email commit testing. --- lib/Bot/BasicBot/Pluggable/Module/Clock.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/Bot/BasicBot/Pluggable/Module/Clock.pm b/lib/Bot/BasicBot/Pluggable/Module/Clock.pm index bbf6ce6..3d95520 100644 --- a/lib/Bot/BasicBot/Pluggable/Module/Clock.pm +++ b/lib/Bot/BasicBot/Pluggable/Module/Clock.pm @@ -7,6 +7,12 @@ use base 'Bot::BasicBot::Pluggable::Module'; our $VERSION = 0.01; use POSIX qw{ strftime tzset }; +=head1 SYNOPSIS + +Simple module to display time in different timezones. + +=cut + # Sort the Time Zones from West to East. my @time_zones = ( ['LAX', 'America/Los_Angeles'],