Subject: | [patch] support env PERL_ONLY=1 as well as --perl-only |
Hi,
It is difficult to make pure-perl environment with version.pm because Makefile.PL of version.pm
disables its XS part only when --perl-only is given.
Some modules which has optional XS impl supports PERL_ONLY env var to disable XS part, so I'd
like version.pm to support it.
Here is a patch:
https://gist.github.com/gfx/5004306
Regards,
--
Goro Fuji (gfx) GFUJI at CPAN.org