https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17882

            Bug ID: 17882
           Summary: C4::Installer::PerlModules::version_info() drops data
                    during error handling
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Installation and upgrade (command-line installer)
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

If you try something like the following when DateTime isn't installed, instead
of seeing the Perl dependency information, you'll see nulls and hard-coded
defaults.

my $version_check = $modules->version_info('module'=>"DateTime");

This is only a problem when using version_info with the module parameter. The
"all" parameter (as used by koha_perl_deps.pl) works fine.

It looks like a simple copy/paste error, so I'll post a patch for this too
soon.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to