From 2f310fba9800f9d106ad8090cbbfb628c53599a1 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Fri, 14 Oct 2016 18:13:29 -0400 Subject: Bug 1308949 - Keep MYMETA.json up-to-date when checksetup is run --- Makefile.PL | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index a84aa1cdf..1bee517c8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -22,6 +22,13 @@ use constant BUGZILLA_VERSION => $ENV{BUGZILLA_VERSION} // 42; use File::Basename; use File::Spec; +BEGIN { + if ($ENV{BZ_SILENT_MAKEFILE}) { + open STDOUT, '>>', File::Spec->devnull; + open STDERR, '>>', File::Spec->devnull; + } +} + # META.json and META.yml exist only for the benefit of older # installs where cpanm can't get the optional features out of Makefile.PL # Unfortunately having META.json and META.yml commited to the repo is weird -- cgit v1.2.3-24-g4f1b