Skip Menu |

This queue is for tickets about the PAR CPAN distribution.

Report information
The Basics
Id: 6792
Status: new
Priority: 0/
Queue: PAR

People
Owner: smueller [...] cpan.org
Requestors: u11ir6e02 [...] sneakemail.com
Cc:
AdminCc:

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



Subject: Module::ScanDeps 0.45 - ".pmc
Since -f Bytecode isn't working. [ Did I say that out loud? ;-)] I am using B::Bytecode to "pre-compile" a module (.pm) into a .pmc (e.g. "perl -MO=Bytecode,-b,-H,-s,-oModule.pmc Module.pm"). But, scandeps.pl only finds Module.pm and pp doesn't pack Module.pmc. -=-=-=-=-=-=-= From require.html on perldoc -=-=-=-=-=- Before require looks for a ".pm" extension, it will first look for a filename with a ".pmc" extension. A file with this extension is assumed to be Perl bytecode generated by B::Bytecode. If this file is found, and it's modification time is newer than a coinciding ".pm" non-compiled file, it will be loaded in place of that non-compiled file ending in a ".pm" extension.