> From: Christopher Chavez > I haven't thought of an issue with using quotemeta > (presumably without double quotes) on UNIX though, since at least bash seems > fine with things being \-escaped. > > > Still, I'm somewhat uneasy about putting > this kind of logic, but it's probably better than leaving it how it currently > is, and there's little else to do with using core Perl.
I don't think this makes the module more difficult to use Ideally, just "cpan" install command should work. If user wants customized build - then he already knows what she is doing. So we're talking about experienced users on windows, who wants to pass something weird to --tclsh=.... ? So if I have tclsh in whitespace-separated path, then double-quoting this command-line argument should suffice. Changing manually \ to / and placing into double-qoutes should work.