The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

Version 1.0

SYNOPSIS

    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";  

DESCRIPTION

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.

FUNCTIONS

Heghlu'meH QaQ jajvam'a' ($dt)

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.

AUTHOR

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

BUGS

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.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc DateTime::Event::Klingon

You can also look for information at:

SEE ALSO

DateTime

COPYRIGHT & LICENSE

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.