Skip Menu |

This queue is for tickets about the App-FatPacker CPAN distribution.

Report information
The Basics
Id: 79489
Status: resolved
Priority: 0/
Queue: App-FatPacker

People
Owner: Nobody in particular
Requestors: ether [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.009009
Fixed in: (no value)



Subject: cpantesters failure on windows
This looks to be because we're not using something like Path::Class::File to create OS-specific filenames. http://www.cpantesters.org/cpan/report/3ec0a106-6c75-1014-b3f2-edbc46452ff6
There are two issues there, the first is that @INC expects unix style paths, which is easily fixed by using File::Spec::Unix explicitly when filling %fatpacked. The other is that the code used to slurp files leaves ARGV as an open filehandle, which is fixed by closing it explicitly after a slurp. Both of these things are fixed with commits i just pushed into the repo.
Thanks! released as v0.009010.