diff -r b6b9d57d2466 -r 432ac76de3b0 components/perl_modules/xml-sax/Makefile --- a/components/perl_modules/xml-sax/Makefile Fri Apr 15 00:25:15 2016 -0700 +++ b/components/perl_modules/xml-sax/Makefile Mon Apr 18 13:01:02 2016 -0700 @@ -37,9 +37,6 @@ TPNO= 12998 -# build threaded 5.12 support too -PERL_VERSIONS += 5.12-mt - include $(WS_MAKE_RULES)/prep.mk include $(WS_MAKE_RULES)/ips.mk include $(WS_MAKE_RULES)/makemaker.mk @@ -58,15 +55,10 @@ '-e "s|\(^Files=14,\sTests=106\).*|\1|" ' \ '-e "/\(parsed\).*/d" ' -build: $(BUILD_32_and_64) +build: $(BUILD_64) -install: $(INSTALL_32_and_64) +install: $(INSTALL_64) -test: $(TEST_32_and_64) +test: $(TEST_64) system-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED) - - -REQUIRED_PACKAGES += runtime/perl-512 -REQUIRED_PACKAGES += runtime/perl-520 -REQUIRED_PACKAGES += runtime/perl-522