http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9927
--- Comment #7 from Mason James <[email protected]> --- (In reply to comment #6) > Why is this necessary? its necessary, so that the latest available version of all Koha's dependency packages are installed. before this patch, this doesn't happen example.. before the patch you end up with the old version of CGI.pm from the 'perl-modules' package $CGI::revision = '$Id: CGI.pm,v 1.263 2009/02/11 16:56:37 lstein Exp $'; $CGI::VERSION='3.43'; after the patch you end up with the new version of CGI.pm from the 'libcgi-pm-perl' package $CGI::revision = '$Id: CGI.pm,v 1.266 2009/07/30 16:32:34 lstein Exp $'; $CGI::VERSION='3.49'; -- You are receiving this mail because: You are the assignee for the bug. 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/
