The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Release history for Perl module BackPAN::Index::Create

0.05 2014-05-05
    - Make the path separator be / on Windows, so the generated index
      looks the same everywhere.

0.04 2014-05-04
    - New tests were failing on Windows, because the line endings in the
      generated files weren't the same as the exemplars I generated on
      my mac. Added test utility function for comparing text files
      ignoring line endings.

0.03 2014-05-03
    - Got rid of my one use of // so I could drop down to requiring 5.6. Sigh.
    - The SYNOPSIS made it look like create_backpan_index() is always exported.
      It isn't, so updated SYNOPSIS to make that clear.
    - Added some real tests.
    - Improved the introductory part of the documentation, adding a link
      to backpan.perl.org

0.02 2014-05-01
    - Got rid of uses of __SUB__ (which on checking,
      I had misunderstood anyway), so I could drop the Perl version dependency
      to 5.010 (from 5.16). Nudged by BARBIE.

0.01 2014-04-13
    - First release to CPAN