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