[Koha-bugs] [Bug 6915] New: koha_perl_deps.pl truncates long module names at 26 chars

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 26 01:53:19 CEST 2011


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

             Bug #: 6915
           Summary: koha_perl_deps.pl truncates long module names at 26
                    chars
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Installation and upgrade (command-line installer)
        AssignedTo: gmcharlt at gmail.com
        ReportedBy: gbarniskis at gmail.com
         QAContact: koha-bugs at lists.koha-community.org


koha_perl_deps.pl doesn't correctly report module names longer than 26
characters, truncating (at least) CGI::Session::Driver::memcached,
CGI::Session::Serialize::yaml and MARC::Crosswalk::DublinCore.

Test: perl koha_perl_deps.pl -a reports full module names?

Proposed fix: modify the report's format statement and surrounding header and
footer prints, which apply generally too much white space. A better fix might
make the whole thing more flexible than fixed width columns.

Patch coming as soon as git config stops hating on me.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list