Skip Menu |

This queue is for tickets about the Module-Find CPAN distribution.

Report information
The Basics
Id: 55010
Status: resolved
Priority: 0/
Queue: Module-Find

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

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



Subject: weird chars at beginning of Find.pm
there are 3 weird chars at the very beginning of Find.pm $ od -tc -N 20 Find.pm 0000000 357 273 277 p a c k a g e M o d u l 0000020 e : : F 0000024 i found it because automatic provides extraction for mandriva rpm was failing, since we're trying to match: ^\s*package
Octal 357 273 277 = hex EF BB BF This is the UTF-8 byte order mark. On Fri Feb 26 07:20:53 2010, JQUELIN wrote: Show quoted text
> there are 3 weird chars at the very beginning of Find.pm > > $ od -tc -N 20 Find.pm > 0000000 357 273 277 p a c k a g e M o d u l > 0000020 e : : F > 0000024 > > i found it because automatic provides extraction for mandriva rpm was > failing, since we're trying to match: ^\s*package
Hi, sorry for the late reply. Yes, the problem is indeed the UTF-8 BOM which was inserted by my editor. Sorry, I've already uploaded a new version.