Bugzilla – Attachment 142130 Details for
Bug 31865
Hide display of 'dev/testing' packages on production installs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31865: add 'develop' section to cpanfile
Bug31865-add-develop-section-to-cpanfile.patch (text/plain), 1.78 KB, created by
Mason James
on 2022-10-19 04:52:10 UTC
(
hide
)
Description:
Bug 31865: add 'develop' section to cpanfile
Filename:
MIME Type:
Creator:
Mason James
Created:
2022-10-19 04:52:10 UTC
Size:
1.78 KB
patch
obsolete
>From e93f2492dedcf5b50920901c7468f705dabfc5a1 Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Mon, 10 Oct 2022 07:21:22 +1300 >Subject: [PATCH] =?UTF-8?q?Bug=C2=A031865:=20add=20'develop'=20section=20t?= > =?UTF-8?q?o=20cpanfile?= >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit >Content-Type: text/plain; charset="utf-8" > >--- > cpanfile | 10 +++++++--- > 1 file changed, 7 insertions(+), 3 deletions(-) > >diff --git a/cpanfile b/cpanfile >index d40bf7ff1c..faee336ee8 100644 >--- a/cpanfile >+++ b/cpanfile >@@ -143,7 +143,6 @@ recommends 'File::Path', '2.07'; > recommends 'File::Temp', '0.22'; > recommends 'Graphics::Magick', 'v1.3.5'; > recommends 'Gravatar::URL', '1.03'; >-recommends 'HTTPD::Bench::ApacheBench', '0.73'; > recommends 'LWP::Protocol::https', '5.836'; > recommends 'Lingua::Ispell', '0.07'; > recommends 'Locale::XGettext::TT2', '0.6'; >@@ -160,11 +159,9 @@ recommends 'Net::Z3950::SimpleServer', '1.15'; > recommends 'PDF::FromHTML', '0.31'; > recommends 'Parallel::ForkManager', '0.75'; > recommends 'SMS::Send', '0.05'; >-recommends 'Selenium::Remote::Driver', '1.27'; > recommends 'Starman', '0.4014'; > recommends 'Sys::CPU', '0.52'; > recommends 'Template::Plugin::Stash', '1.006'; >-recommends 'Test::DBIx::Class', '0.42'; > recommends 'Test::Deep', '0.106'; > recommends 'Test::Exception', '0.35'; > recommends 'Test::MockObject', '1.09'; >@@ -178,3 +175,10 @@ recommends 'Time::Fake', '0.11'; > recommends 'UNIVERSAL::require', '0.13'; > recommends 'WebService::ILS', '0.17'; > recommends 'XML::Writer', '0.614'; >+ >+# development modules, not required for production use >+on 'develop' => sub { >+ recommends 'HTTPD::Bench::ApacheBench', '0.73'; >+ recommends 'Test::DBIx::Class', '0.42'; >+ recommends 'Selenium::Remote::Driver', '1.27'; >+}; >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 31865
:
142127
|
142128
|
142130
|
142131
|
142132
|
146553
|
146554