Skip Menu |

This queue is for tickets about the CPAN-Testers-ParseReport CPAN distribution.

Report information
The Basics
Id: 52550
Status: resolved
Priority: 0/
Queue: CPAN-Testers-ParseReport

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

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



Subject: Emacs hints in the shebang line confuse Perl
Symptoms: % ctgetreports Sepia Can't open perl script "-*-": No such file or directory The problem is this: #!/usr/bin/perl -- -*- mode: cperl -*- Setting the mode in a local variable section at EOF will fix this, e.g. # Local Variables: # mode: cperl # End:
Fixed in 0.1.9, uploaded a few minutes ago. Thanks for reporting. And even more for _using_ ctgetreports:)