The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Time::LST.

0.04
- 2020.02.28
- revised test only

0.038
- 2009.09.26
- continuing effort to make cross-platform friendly dist; cleanup pod

0.03
- 2006.12.30
- now able to make use of "08" for a month or day, which some module 
	  croaked on otherwise
- handles Feb 29 for 1970 and 2037
- further cleanup of POD/man

0.02
- 2006.12.08
- error corrected in conversion fn: use gmtime not localtime (thanks to Astro::Time author for pointing it out)
- conversion re-written to directly use core methods of Astro::Time, not its internal wrappers
- now_2_lst() method: added - simple route to what time is above your head, counting the stars
- ymdhms_2_lst(): third argument for timezone added - note it is CASE SENSITIVE for now:
	we need to quickly distinguish between Sudan/Regional_city and SUDAN and so on ...
	So ymdhms_2_lst() presently permits and restricts parsing of timezone by: 
	(i) Date::Parse (3-character (capital letter) format); or
	(ii) DateTime ([C|c]ountry/locale string).

0.01
- 2006.11.22 01:49:20
- original version; created by h2xs 1.23 with options
		-AX --skip-exporter --use-new-tests -n Time::LST