[Koha-bugs] [Bug 10548] New: koha_perl_deps.pl miscounts dependencies displayed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jul 6 21:48:23 CEST 2013


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

            Bug ID: 10548
           Summary: koha_perl_deps.pl miscounts dependencies displayed
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P5 - low
         Component: Installation and upgrade (command-line installer)
          Assignee: gmcharlt at gmail.com
          Reporter: mtompset at hotmail.com

$ cd kohaclone
$ ./koha-perl-deps.pl -m -u

                                              Installed         Required       
  Module is
Module Name                                   Version           Version        
   Required
--------------------------------------------------------------------------------------------
Data::Pagination                              0 *               0.44           
        No
Archive::Extract                              0.48 *            0.60           
        No
Test::WWW::Mechanize                          1.36 *            1.44           
        No

--------------------------------------------------------------------------------------------
Total modules reported: 3                      * Module is missing or requires
an upgrade.
$ ./koha-perl-deps.pl -m -u -r

                                              Installed         Required       
  Module is
Module Name                                   Version           Version        
   Required
--------------------------------------------------------------------------------------------

--------------------------------------------------------------------------------------------
Total modules reported: 3                      * Module is missing or requires
an upgrade.

The second number should be 0. This tiny patch fixes it.

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


More information about the Koha-bugs mailing list