Bugzilla – Attachment 54200 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.44 KB, created by
Mirko Tietgen
on 2016-08-09 12:54:13 UTC
(
hide
)
Description:
Bug 17087 - Set Test::WWW::Mechanize version to 1.42
Filename:
MIME Type:
Creator:
Mirko Tietgen
Created:
2016-08-09 12:54:13 UTC
Size:
1.44 KB
patch
obsolete
>From b8d24ec4f6a2b7802ba513243d10ab22db7031a0 Mon Sep 17 00:00:00 2001 >From: Mirko Tietgen <mirko@abunchofthings.net> >Date: Tue, 9 Aug 2016 14:52:46 +0200 >Subject: [PATCH] Bug 17087 - Set Test::WWW::Mechanize version to 1.42 > >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 >--- > C4/Installer/PerlDependencies.pm | 2 +- > debian/changelog | 6 ++++++ > 2 files changed, 7 insertions(+), 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', >diff --git a/debian/changelog b/debian/changelog >index ebb3f44..49eb01d 100644 >--- a/debian/changelog >+++ b/debian/changelog >@@ -1,3 +1,9 @@ >+koha (16.06~git+20160809140843.ebe7f8a8) unstable; urgency=medium >+ >+ * Building git snapshot. >+ >+ -- root <root@jessie> Tue, 09 Aug 2016 14:08:44 +0200 >+ > koha (16.05.02) squeeze; urgency=medium > > * New upstream release (16.05.02) >-- >2.1.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