From e2b7b23fd6ea67cbff2215cfdb973af5b9399a3b Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Thu, 26 Feb 2015 13:09:33 +0000 Subject: [PATCH] maint policy: Separate build/installation issues from test failures Also clarify a what kind of build/installation "issue" we are referring to. --- pod/perlpolicy.pod | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pod/perlpolicy.pod b/pod/perlpolicy.pod index 645ad69..c4ee8f2 100644 --- a/pod/perlpolicy.pod +++ b/pod/perlpolicy.pod @@ -280,13 +280,17 @@ upgrade from very old versions of perl to the latest version. =item * +Patches that fix anything which prevents or seriously impacts the build +or installation of perl. + +=item * + Portability fixes, such as changes to Configure and the files in the hints/ folder. =item * -Minimal patches that fix platform-specific test failures or build or -installation issues. +Minimal patches that fix platform-specific test failures. =item * -- 1.8.3.1