[Bug 8998] New: misc/migration_tools/koha-svc.pl has odd dependencies
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8998 Priority: P5 - low Change sponsored?: --- Bug ID: 8998 Assignee: gmcharlt@gmail.com Summary: misc/migration_tools/koha-svc.pl has odd dependencies Severity: enhancement Classification: Unclassified OS: All Reporter: jcamins@cpbibliography.com Hardware: All Status: NEW Version: master Component: Command-line Utilities Product: Koha The file misc/migration_tools/koha-svc.pl depends on File::Slurp, which is not listed as a dependency. If the file is useful, this should be added as a dependency. If not, the file should be removed. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8998 Magnus Enger <magnus@enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID CC| |magnus@enger.priv.no Status|NEW |RESOLVED --- Comment #1 from Magnus Enger <magnus@enger.priv.no> --- File::Slurp is now used in other scripts too, and listed in C4/Installer/PerlDependencies.pm: 'File::Slurp' => { 'usage' => 'Command line scripts', 'required' => '0', 'min_ver' => '9999.13', }, -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org