The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use 5.008008;
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME              => 'Time::LST',
    VERSION_FROM      => 'lib/Time/LST.pm', 
    PREREQ_PM         => { 
                            'Astro::Time' => 0,
                            'Date::Parse' => 0,
                            'DateTime'    => 0,
                         }, 
    ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
      (ABSTRACT_FROM  => 'lib/Time/LST.pm', 
       AUTHOR         => 'R Garton <rgarton@utas_._edu_._au>') : ()),
);