[Koha-bugs] [Bug 9926] Missing perl modules in Koha

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 27 00:24:21 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9926

Mason James <mtj at kohaaloha.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #16881|0                           |1
        is obsolete|                            |

--- Comment #5 from Mason James <mtj at kohaaloha.com> ---
Created attachment 16918
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=16918&action=edit
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 at gmail.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list