BackPAN-Index-Create
view release on metacpan or search on metacpan
- Had to install Strawberry perl on a PC to work out what the problem was.
Two of the tests were passing the path to the TestPAN as t/testpan
but it needed to be catfile('t', 'testpan'). Doh!
0.06 2014-05-05
- A regex that's stripping off the leading path needed \Q .. \E
wrapped around the path -- was causing test failures on Windows.
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.
( run in 0.367 second using v1.01-cache-2.11-cpan-64827b87656 )