
DateTime::Event::Klingon - Determine events of Klingon cultural significance

Version 1.0

use DateTime;
use DateTime::Event::Klingon qw/Heghlu'meH QaQ jajvam'a'/;
my $dt = DateTime->now;
print 'Today ', Heghlu'meH QaQ jajvam'a'($dt) ? 'is' : 'is not',
" a good day to die!\n";

Use this module to determine dates and times with special significance to the Star Trek universe's Klingons.
Function names are given in tlhIngan Hol. No functions are exported by default.

Is today a good day to die? Given a DateTime object, this function will return true if it is and false if it is not.

Jaldhar H. Vyas, <jaldhar at braincells.com>

Please report any other bugs or feature requests to bug-datetime-event-klingon at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=DateTime-Event-Klingon. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc DateTime::Event::Klingon
You can also look for information at:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=DateTime-Event-Klingon


Copyright (C) 2008 Consolidated Braincells Inc., all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.