RT#87352: fix .packlist path abs2rel RT87352-packlist-paths-abs2rel
authorOlivier Mengué <dolmen@cpan.org>
Mon, 29 Jul 2013 16:33:36 +0000 (18:33 +0200)
committerOlivier Mengué <dolmen@cpan.org>
Mon, 29 Jul 2013 16:33:36 +0000 (18:33 +0200)
commitdb59036820f26d1d9240b1ce8d469a4679fdcfaf
tree4cccc2ec75cbdf68e105014c48b7b0eddeca32db
parent9518bd23340f4503f13f14ac430db2a7fb3e3f18
RT#87352: fix .packlist path abs2rel

The abs2rel algorithm used to map paths in .packlist files was not
working in some cases (AnyEvent) because those distributions install
their .pm files in archlib.
To fix this we now lookup each path relative to each @INC path.
lib/App/FatPacker.pm