Bug 9926 - Missing perl modules in Koha
authorMason James <mtj@kohaaloha.com>
Tue, 26 Mar 2013 06:48:03 +0000 (19:48 +1300)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sat, 30 Mar 2013 01:38:49 +0000 (21:38 -0400)
commit6d70af92f00fcc24aa6dbf5d506d0624f5689ded
tree3bff19c0face3b95118c422c2fe073123cea403b
parent548845eceec03a727c1923d7fdd720b06ac7567f
Bug 9926 - Missing perl modules in Koha

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>
Comment: Without File:Slurp 1) complains of missing module,
with module then sintax Ok.
No errors.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Changed module from required to optional. The two files in which
it is used are extraneous from the viewpoint of the average user.
C4/Installer/PerlDependencies.pm