Bugzilla – Attachment 54265 Details for
Bug 17087
Set Test::WWW::Mechanize version to 1.42
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17087 - Set Test::WWW::Mechanize version to 1.42
Bug-17087---Set-TestWWWMechanize-version-to-142.patch (text/plain), 1.12 KB, created by
Marcel de Rooy
on 2016-08-10 11:10:54 UTC
(
hide
)
Description:
Bug 17087 - Set Test::WWW::Mechanize version to 1.42
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2016-08-10 11:10:54 UTC
Size:
1.12 KB
patch
obsolete
>From 87a5b038ecb7f7c53705a3607f022d3221a1d391 Mon Sep 17 00:00:00 2001 >From: Mirko Tietgen <mirko@abunchofthings.net> >Date: Tue, 9 Aug 2016 14:55:43 +0200 >Subject: [PATCH] Bug 17087 - Set Test::WWW::Mechanize version to 1.42 >Content-Type: text/plain; charset=utf-8 > >This was set to a version that is not available in Wheezy or Jessie. >The version is not required, the only change to 1.42 (packaged for >Wheezy and Jessie) is a fix for Windows, see >http://cpansearch.perl.org/src/PETDANCE/Test-WWW-Mechanize-1.44/Changes > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > C4/Installer/PerlDependencies.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index 98eae0b..4896452 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -660,7 +660,7 @@ our $PERL_DEPS = { > 'Test::WWW::Mechanize' => { > 'usage' => 'Testing suite', > 'required' => '0', >- 'min_ver' => '1.44', >+ 'min_ver' => '1.42', > }, > 'Library::CallNumber::LC' => { > 'usage' => 'Core', >-- >1.7.10.4
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 17087
:
54200
|
54201
| 54265