0.000_34	28-Dec-2011	T. R. Wyant
  Add title_gravity mutator to Astro::App::Satpass2::FormatValue. This
    controls whether multiline titles are aligned to the top or bottom
    of their space.
  Add 'literal' formatter argument to Astro::App::Satpass2::FormatValue.
    This gives a way to get a literal string inserted and made the same
    width as the underlying datum would be. Previously, this was done
    using the 'title' object, but that is no longer useful if the
    title_gravity is set to 'bottom'.
  Require Perl 5.8 or higher. The code would never actually run under
    5.6, since it uses the 'open scalar reference' functionality
    introduced in Perl 5.8.
  Normalize Astro::App::Satpass2 file input. The init(), load(), and
    source() methods now all take a file name, a URL (disambiguated from
    a file name using URI::URL), a scalar reference, an array reference,
    or a code reference (that returns one line each time it is called).
    URLs do not work unless LWP::UserAgent and URI::URL are installed.
  Add missing version number to Astro::App::Satpass2::FormatValue.

0.000_33	23-Dec-2011	T. R. Wyant
  Add options -exclude and -status to Astro::App::Satpass2 spacetrack()
    method, so they get passed through to the Astro::SpaceTrack object.

0.000_32	07-Dec-2011	T. R. Wyant
  Correct t/whole_app.t to use File::HomeDir->my_home() rather than
    getpwuid in the tilde expansion tests.

0.000_31	06-Dec-2011	T. R. Wyant
  Have Astro::App::Satpass2::ParseTime::ISO8601->tz() regard an invalid
    time zone as a warning rather than an error, and equivalent to the
    system's local time zone (i.e. $ENV{TZ} = undef).
  Correct t/tokenize.t to use File::HomeDir->my_home() rather than
    getpwuid in the tilde expansion tests.
  Have Astro::App::Satpass2::Warner ignore the Astro::App::Satpass2
    modules when carping or croaking.
  Override the system's $ENV{TZ} in t/format.t, since the tests
    explicitly require this to be undefined.
  Have t/basic.t display $ENV{TZ} for future reference.
  Correct Astro::App::Satpass2 optional module documentation to reflect
    the current state of the code.

0.000_30	05-Dec-2011	T. R. Wyant
  Initial release to CPAN.