Skip Menu |

This queue is for tickets about the PodParser CPAN distribution.

Report information
The Basics
Id: 6846
Status: resolved
Worked: 35 min
Priority: 0/
Queue: PodParser

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



Subject: Pod::Find doesn't look for .bat files
Pod::Find doesn't look for .bat files and thus the majority of them (all the ones which don't have a .pl counterpart, which is %90 percent)
Pod::Find does look for .bat files, see the perlport documentation: "-x" (or "-X") determine if a file ends in one of the executable suffixes. "-S" is meaningless. (Win32) Exactly this test is done; so it should work. I do not have Perl on Win32 right now - can you provide a reproducible example scenario, which I could test? Do you have cygwin or a native Win32 Perl? What is your Perl's $^O? What does -x file.bat return? Feel free to reopen this ticket. -Marek
Setting this to resolved as there was no further communication for years.