The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
NAME
    MoonPhase - Information about the phase of the moon

SYNOPSIS
    use MoonPhase;

            ( $MoonPhase,
              $MoonIllum,
              $MoonAge,
              $MoonDist,
              $MoonAng,
              $SunDist,
              $SunAng ) = &phase($seconds_since_1970);
            
            @phases  = &phasehunt($seconds_since_1970);

DESCRIPTION
    MoonPhase calculates information about the phase of the moon at
    a given time.