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: [email protected]
          Reporter: [email protected]

$ 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.
_______________________________________________
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