On Monday 10 November 2014 14:47:21 Tor Arntsen wrote: > On 10 November 2014 14:00, Peter Wu <[email protected]> wrote: > > > Text::ParseWords is a core module, > > Maybe on Linux, but not on AIX 6.x for example. For those other > operating systems it's a major hassle if you need to install > additional modules via cpan. In practice it won't get installed.
The perl module is a single file[0], can't you just download it and put the directoy into $PERL5LIB? If it is too hard, then perhaps a custom function could be written that properly follows the POSIX standard which would make this patch unnecessary. What about IPC::Run[1]? It should be supported for AIX[2]. -- Kind regards, Peter https://lekensteyn.nl [0]: http://cpansearch.perl.org/src/CHORNY/Text-ParseWords-3.29/ParseWords.pm [1]: https://metacpan.org/release/IPC-Run [2]: https://rt.cpan.org/Public/Bug/Display.html?id=8263 ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
