Skip Menu |

This queue is for tickets about the Lingua-Translit CPAN distribution.

Report information
The Basics
Id: 49544
Status: resolved
Priority: 0/
Queue: Lingua-Translit

People
Owner: ALINKE [...] cpan.org
Requestors: amir.aharoni [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.13
Fixed in: (no value)



Subject: die "OS unsupported\n" if ($^O eq "MSWin32");
Makefile.PL bans Windows completely: # As suggested by http://cpantest.grango.org/wiki/CPANAuthorNotes die "OS unsupported\n" if ($^O eq "MSWin32"); What's so bad about Windows that it can't run Lingua::Translit?
Hi, it's not about "good" or "bad" operating systems - the mentioned statement has been introduced because both building the transliteration tables and the developer manual relies on a couple of tools (sed, basename, xmllint, ...) typically found on Unix-like systems only. Beside that, we never tested Lingua::Translit on any of Microsoft's operating systems. But as both building a (customized) set of transliteration tables and the (already prebuilt) developer manual is optional, you may be right that banning the whole OS is exaggerated. Have you tried commenting out the statement? Does Lingua::Translit build, install and run as expected afterwards? Do all tests pass? Kind regards, Alex Linke
Tested and fixed in v0.14.