Bugzilla – Attachment 11060 Details for
Bug 8487
C4::Installer::PerlDependencies needs Test::Strict hash corrected
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Added 'require' => '1', and moved old value to a 'min_ver' => '0.14' line
0001-Bug-8487-C4-Installer-PerlDependencies-needs-Test-St.patch (text/plain), 977 bytes, created by
Mark Tompsett
on 2012-07-21 08:39:14 UTC
(
hide
)
Description:
Added 'require' => '1', and moved old value to a 'min_ver' => '0.14' line
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2012-07-21 08:39:14 UTC
Size:
977 bytes
patch
obsolete
>From 013653e068abfa72f121368759f516d2f7584506 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Sat, 21 Jul 2012 16:31:03 +0800 >Subject: [PATCH] Bug 8487 - C4::Installer::PerlDependencies needs > Test::Strict hash corrected I found Test::Strict used in > /t/db_dependent/00-strict.t, so I set required => '1' and > moved its value to 'min_ver' => '0.14' >Content-Type: text/plain; charset="utf-8" > >--- > C4/Installer/PerlDependencies.pm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index d5e9326..4688d42 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -576,7 +576,8 @@ our $PERL_DEPS = { > }, > 'Test::Strict' => { > 'usage' => 'Core', >- 'required' => '0.14', >+ 'required' => '1', >+ 'min_ver' => '0.14', > }, > 'Text::Unaccent' => { > 'usage' => 'Core', >-- >1.7.9.5 >
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 8487
: 11060