Astro-App-Satpass2

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

  Put traps in t/parse_time_date_manip_5.t to try to figure out where
    the DM5 errors are coming from.

  Fix warning thrown when there is no configuration directory.

  Correct problem with configuring (and dumping the configuration of)
    the time parser. The formatter object was being accessed instead.
    This has apparantly been present since pretty much the beginning.

  Make the time_parser class of record
    Astro::App::Satpass2::ParseTime::Date::Manip rather than ::v5 or
    ::v6, since we have no control over the environment variables in
    effect when we are launched, and thus, if Date::Manip 6 is
    installed, which back end is in use.

  Redo Astro::App::Satpass2::ParseTime::Date::Manip logic so that if
    Date::Manip 6 is initialized in DM5 mode calls to it get routed
    through Astro::App::Satpass2::ParseTime::Date::Manip::v5. This was
    causing failures under Perl 5.8.

  Make 'input redirection' (<file) work, but more like `file`; that is,
    the contents of the file become a token at that point in the
    command.

  Make Astro::App::Satpass2::FormatValue more amenable to subclassing,
    though subclassing is still unsupported.

  Give Astro::App::Satpass2::Format a 'value_formatter' attribute to
    control what class (or object) is used for formatting values.

0.012		2012-12-26	T. R. Wyant
  Fix tests to work under versions of Perl that do not allow multiple
    labels for the same block.

0.011		2012-12-24	T. R. Wyant
  Adjust tests for the fact that geocoder.us is (temporarily, I hope!)
    not honoring the requests generated by Geo::Coder::Geocoder::US.

  Add an extra notification to the events generated by
    eg/{pass,flare}_vcalendar, at a minute before the nominal event.

  Another crack at properly testing if two files are in fact the same.

  Tweak eg/pass_vcalendar to work with Mac OS 10.8 calendar.

  Add attribute 'permissive' (and associated accessor/mutator
    permissive()) to Astro::App::Satpass2::Format::Template. This
    defaults to false, If set true, Template-Toolkit is configured to
    accept absolute path names for templates.

  Correct Astro::App::Satpass2::FormatTime::DateTime documentation.

  Try to fix test failure under DragonFly BSD 3.1.0. I believe the
    failure is cosmetic, but ...

0.010		2012-10-26	T. R. Wyant
  Workaround for Date::Manip bug 80435: Date::Manip clobbers $ENV{PATH}
    on *nix.

0.009		2012-10-09	T. R. Wyant
  Have the Astro::App::Satpass2 spacetrack() method _not_ pass the
    options hash to Astro::SpaceTrack method spacetrack_query_v2().

0.008		2012-09-28	T. R. Wyant
  Fix MSWin32 test failures due to equivocation on which slash is used
    for a path delimiter.

  Skip output redirection test under MSWin32. I think the failure is a
    testing problem, but am not sure, so a note was added to the docs on
    this.

  Another fix to floating-point formatting normalization.

  Correct typo in core dependencies. Add author test to try to prevent
    this from happening again.

  Try to address CPAN testers failures (unable to load 'strict'), by
    including all core dependencies, and by removing pragmas from a
    helper script.

0.007		2012-09-10	T. R. Wyant
  Suppress 'OK' output in response to Astro::App::Satpass2 method
    spacetrack( set => ... ).

0.006		2012-09-05	T. R. Wyant
  Warn on every use of the 'lit' attribute. This should have been
    warning on first use before, but was not.

  Fix uninitialized value error in Astro::App::Satpass2 when running
    choose() on bodies that do not have a name.

  Add support for displaying TLEs in JSON format. See eg/tle_json.tt for
    an example.

  Add Astro::App::Satpass2 attribute almanac_horizon, which corresponds
    to the same-named Astro::Coord::ECI attribute.

  Track effect of change in the way Astro::Coord::ECI::TLE formats the
    effective date on the tests in t/format_value.t.

0.005		2012-06-22	T. R. Wyant
  Have the Astro::App::Satpass2 init() method only throw an exception if
    the file name was explicitly specified.

  The Astro::App::Satpass2 spacetrack() method was not reporting failure
    if the request failed.

  Try to address test failures in t/whole_app.t under freebsd.

0.004		2012-06-02	T. R. Wyant
  Replace YAML::Any with just YAML. They come in the same distro, and
    just plain YAML does not suffer from deprecation warnings.

  Don't use URI::URL to validate urls for Astro::App::Satpass2 init(),
    load(), and source() methods. Instead, use URI and
    LWP::Protocol::implementor().

  Documentation review - Astrp::App::Satpass2,
    Astro::App::Satpass2::FormatTime::DateTime::Cldr, and the TUTORIAL.

0.003		2012-05-04	T. R. Wyant



( run in 1.653 second using v1.01-cache-2.11-cpan-39bf76dae61 )