diff options
Diffstat (limited to 'textproc/p5-XML-XPathEngine/Makefile')
-rw-r--r-- | textproc/p5-XML-XPathEngine/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/p5-XML-XPathEngine/Makefile b/textproc/p5-XML-XPathEngine/Makefile index d165f11d9d7f..590d6378d36b 100644 --- a/textproc/p5-XML-XPathEngine/Makefile +++ b/textproc/p5-XML-XPathEngine/Makefile @@ -22,6 +22,7 @@ MAN3= XML::XPathEngine.3 \ # For errors like # Bareword "XML::XPathEngine::Step::..." not allowed while "strict subs" in use at ... +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -Ee 's,(use strict;),\1 no strict "subs";,' ${WRKSRC}/lib/XML/XPathEngine.pm |