NAME

Acme::Time::Asparagus - Time on the vegetable clock

SYNOPSIS

use Acme::Time::Asparagus;
print veggietime('12:40');

DESCRIPTION

"And now it's time for silly songs with Larry."

Figures out time on the vegetable clock. See http://www.DrBacchus.com/images/clock.jpg

BUGS

I suppose one could consider the very existence of this module to be a bug. Also, I have never been quite sure if that thing was a brussel sprout or a cauliflower.

It might be nice to have some error checking to trap bogus times.

Make it easier to extend for use with other varieties of clocks.

Some way to convert back to "real" time from vegetable notation.

SUPPORT

You're kidding, right?

AUTHOR

	Rich 'DrBacchus' Bowen
	CPAN ID: RBOW
	rich@DrBacchus.com
    http://www.DrBacchus.com/
	http://www.CooperMcGregor.com/

COPYRIGHT

Copyright (c) 2002 Rich Bowen. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.

veggietime

print veggietime('5:17');
print veggietime; # defaults to current time

Returns the veggie time equivalent of a 12-hour time expressed in the format hh:mm. Will round to the nearest vegetable. Does no error checking at this time.