0.004     2011-12-02 03:12:06 America/Los_Angeles

    Package::Locator::Index does its own parsing of the index file now,
    and can return the contents as a simple data structure.  Yes,
    I reinvented that wheel.  I have my reasons.

    The locate() method now uses named arguments.  The old positional
    argument interface is not supported.

    The "get_latest" attribute is gone.  Instead, you can specify a
    "latest" argument to the locate() method.

    Fixed some failing tests.  Thanks CPANTESTERS.

0.003     2011-11-23 14:02:56 America/Los_Angeles

    Fixed bug that inadvertenty swallowed all exceptions
    when calling the locate() method.

    Now requires Try::Tiny.

0.002     2011-11-21 21:50:22 America/Los_Angeles

    Found a bunch of bugs by writing test cases.  The first release
    didn't really work as advertised.  This one actually has a chance.

0.001     2011-11-21 15:32:09 America/Los_Angeles

    Initial release.