Bugzilla – Attachment 51746 Details for
Bug 13669
Web installer fails to load sample data on MySQL 5.6+
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13669: followup to add DBIx::RunSQL dependency
Bug-13669-followup-to-add-DBIxRunSQL-dependency.patch (text/plain), 1.31 KB, created by
Bernardo Gonzalez Kriegel
on 2016-05-24 18:42:36 UTC
(
hide
)
Description:
Bug 13669: followup to add DBIx::RunSQL dependency
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2016-05-24 18:42:36 UTC
Size:
1.31 KB
patch
obsolete
>From 687db15ce5bc42eadd1cbf11f9ac84eb05186d84 Mon Sep 17 00:00:00 2001 >From: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Date: Tue, 24 May 2016 10:37:01 -0300 >Subject: [PATCH] Bug 13669: followup to add DBIx::RunSQL dependency >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Just that > >To test: >1) run koha_perl_deps and check it show up > >The module appears now on the About page. >Signed-off-by: Marc Véron <veron@veron.ch> > >Ammended patch, only change is DBIx::RunSQL version, >now 0.14 :) > >Module's author kindly accept to upgrade it, in particular >this makes Bug 16572 innecesary and is not needed to install >without problems. > >Tested install on Ubuntu 14.04/Mysql 5.5.49, marc21 + all sample >--- > C4/Installer/PerlDependencies.pm | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index abd22b9..d84b51c 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -796,7 +796,12 @@ our $PERL_DEPS = { > 'usage' => 'Test code coverage', > 'required' => '0', > 'min_ver' => '0.11', >- } >+ }, >+ 'DBIx::RunSQL' => { >+ 'usage' => 'Load SQL files', >+ 'required' => '1', >+ 'min_ver' => '0.14', >+ }, > }; > > 1; >-- >1.9.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 13669
:
51596
|
51597
|
51598
|
51599
|
51600
|
51601
|
51607
|
51608
|
51610
|
51611
|
51612
|
51671
|
51672
|
51680
|
51681
|
51682
|
51683
|
51684
|
51685
|
51736
|
51738
| 51746