Bugzilla – Attachment 54015 Details for
Bug 17043
debian/list-deps fixes, master edition
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17043 - Readonly deps
Bug-17043---Readonly-deps.patch (text/plain), 887 bytes, created by
Mirko Tietgen
on 2016-08-04 22:51:47 UTC
(
hide
)
Description:
Bug 17043 - Readonly deps
Filename:
MIME Type:
Creator:
Mirko Tietgen
Created:
2016-08-04 22:51:47 UTC
Size:
887 bytes
patch
obsolete
>From 90a19324ec2a6a7925089d896ae8e898826135bb Mon Sep 17 00:00:00 2001 >From: Mirko Tietgen <mirko@abunchofthings.net> >Date: Wed, 3 Aug 2016 19:31:16 +0200 >Subject: [PATCH] Bug 17043 - Readonly deps > >--- > C4/Installer/PerlDependencies.pm | 10 ++++++++++ > 1 file changed, 10 insertions(+) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index 6960cb5..98eae0b 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -822,6 +822,16 @@ our $PERL_DEPS = { > required => 1, > min_ver => '3.69', # same for Wheezy/Jessie > }, >+ 'Readonly' => { >+ 'usage' => 'Make script happy', >+ 'required' => '0', >+ 'min_ver' => '0.01' >+ }, >+ 'Readonly::XS' => { >+ 'usage' => 'Make script happy', >+ 'required' => '0', >+ 'min_ver' => '0.01' >+ }, > }; > > 1; >-- >2.8.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 17043
:
53965
|
53966
|
53967
|
54014
|
54015
|
54168
|
54169
|
54170
|
54228