Skip Menu |

This queue is for tickets about the PAR CPAN distribution.

Report information
The Basics
Id: 12031
Status: resolved
Priority: 0/
Queue: PAR

People
Owner: Nobody in particular
Requestors: rh62121 [...] yahoo.com
Cc:
AdminCc:

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



Subject: encoding pragma is not recognized
use encoding 'utf-8' pragma in script generates the following output when the packed script is executed. Can't locate encoding.pm in @INC (@INC contains: CODE(0xe23304) C:..... PAR 0.87, perl 5.8.6, Windows XP Workaround: use encoding 'utf-8'; require encoding; as advised by A. Stewart Radek
On Mo. 28. Mär. 2005, 07:47:29, guest wrote: Show quoted text
> use encoding 'utf-8' pragma in script generates the following output > when the packed script is executed. > > Can't locate encoding.pm in @INC (@INC contains: CODE(0xe23304) > C:..... > > PAR 0.87, perl 5.8.6, Windows XP > > Workaround: > use encoding 'utf-8'; > require encoding;
Thank you for your bug report. This is an error in Module::ScanDeps. I have fixed it and it will be in the next release of said module (0.60). Sorry for the late reply. I didn't maintain PAR when you reported the bug and I'm still churning through the old tickets. Steffen