fix creation of %fatpacked hash
authorChristian Walde <walde.christian@googlemail.com>
Fri, 7 Sep 2012 12:03:16 +0000 (14:03 +0200)
committerChristian Walde <walde.christian@googlemail.com>
Fri, 7 Sep 2012 12:03:16 +0000 (14:03 +0200)
commitcbd99f493bf60a856656f4d6b8658ced3f4aaeb1
tree030f12331cd3c3107370d99500afc26ea5f8f7c9
parent99b15200be9bfc6ff40a6fe08da246e9d8f932bc
fix creation of %fatpacked hash

use/require expect @INC to contain unix style paths and as such %fatpacked
needs to use unix paths as the keys for code, otherwise Fatpacker will be
unable to find code that was fatpacked on a non-unix platform.
Changes
lib/App/FatPacker.pm