Bugzilla – Attachment 16918 Details for
Bug 9926
Missing perl modules in Koha
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9926 - Missing perl modules in Koha
Bug-9926---Missing-perl-modules-in-Koha.patch (text/plain), 1.29 KB, created by
Mason James
on 2013-03-26 23:24:21 UTC
(
hide
)
Description:
Bug 9926 - Missing perl modules in Koha
Filename:
MIME Type:
Creator:
Mason James
Created:
2013-03-26 23:24:21 UTC
Size:
1.29 KB
patch
obsolete
>From bcdd231c23fb1790f116cdeaf7a87e66f64bcfb1 Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Tue, 26 Mar 2013 19:48:03 +1300 >Subject: [PATCH] Bug 9926 - Missing perl modules in Koha >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit >Content-Type: text/plain; charset="utf-8" > >to test⦠> >1) check perl syntax on file > $ perl -cw ./misc/migration_tools/koha-svc.pl > > you should *not* get 'syntax OK' returned from command > >2) apply patch, and install File::Slurp module > $ sudo cpanm File::Slurp > >3) check perl syntax on file > $ perl -cw ./misc/migration_tools/koha-svc.pl > > you should now get 'syntax OK' returned from command > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >--- > C4/Installer/PerlDependencies.pm | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index 535a377..09c9908 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -674,6 +674,11 @@ our $PERL_DEPS = { > 'required' => '0', > 'min_ver' => '3.9', > }, >+ 'File::Slurp' => { >+ 'usage' => 'core', >+ 'required' => '1', >+ 'min_ver' => '9999.13', >+ }, > }; > > 1; >-- >1.7.2.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 9926
:
16879
|
16881
|
16918
|
16920
|
16983