Skip to content

Commit

Permalink
Add bit of documentation for email commit testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasily.chekalkin committed Sep 29, 2010
1 parent 51e8e3b commit 09ffd67
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/Bot/BasicBot/Pluggable/Module/Clock.pm
Expand Up @@ -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'],
Expand Down

0 comments on commit 09ffd67

Please sign in to comment.