Skip to content

Commit

Permalink
v0.004
Browse files Browse the repository at this point in the history
    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.
  • Loading branch information
Jeffrey Ryan Thalhammer committed Dec 2, 2011
1 parent 13114f4 commit c69caff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,5 +1,7 @@
{{$NEXT}} {{$NEXT}}


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

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

0 comments on commit c69caff

Please sign in to comment.