The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension OrePAN2

0.10 2013-08-01T04:23:57Z

    - Switched to Parse::LocalDistribution instead of Module::Metadata.
      Module::Metadata can't parse localt distribution correctly.

0.09 2013-08-01T03:10:02Z

    [BUG FIX]
    - Older version fails to create index on the dist does not contains META file.
      (reported by exodist++)

    [MINOR FIX]
    - Bump up CPAN::Meta deps on 2.131560.

0.08 2013-07-09T04:37:34Z

    - Put tar file to the right path.
      (hiratara)

0.07 2013-07-05T01:35:47Z

    - Added `orepan2-inject --author` option
      (Suggested by ranguard++)

0.06 2013-07-04T05:00:05Z

    - Switch to Module::Metadata instead of Parse::PMFile.
      (tokuhirom)
    - set prefix => '' to Module::Metadata->provides(); otherwise defalut 'lib' prefix will be used.
      (Shoichi Kaji)

0.05 2013-05-25T00:03:26Z

    - fixed deps
      (tokuhirom)

0.04 2013-05-23T04:55:27Z

    - orepan2-indexer supports --text option for non-gzip-ed index file.
      (tokuhirom)

0.03 2013-05-19T22:30:11Z

    - Support plain text index generation on library interface.
      (tokuhirom)

0.02 2013-05-10T03:21:53Z

    - Support no_index
      (Reported by songmu)

0.01 2013-05-10T01:48:01Z

    - original version