Bugzilla – Attachment 146553 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
Bug-31865-add-develop-section-to-cpanfile.patch (text/plain), 1.26 KB, created by
Mason James
on 2023-02-12 10:51:08 UTC
(
hide
)
Description:
Bug 31865: add 'develop' section to cpanfile
Filename:
MIME Type:
Creator:
Mason James
Created:
2023-02-12 10:51:08 UTC
Size:
1.26 KB
patch
obsolete
>From 8038e2d0ad482f03066438ef2a07d920659f627f Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Sun, 12 Feb 2023 23:41:31 +1300 >Subject: [PATCH] Bug 31865: add 'develop' section to cpanfile >Content-Type: text/plain; charset="UTF8" > >--- > cpanfile | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > >diff --git a/cpanfile b/cpanfile >index 8a37b70fa5..8dbd0566ce 100644 >--- a/cpanfile >+++ b/cpanfile >@@ -163,11 +163,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'; >@@ -181,3 +179,9 @@ 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 '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