The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
NAME
    Revision History for Algorithm::Munkres.

SYNOPSIS
    A list of changes to the Algorithm::Munkres module.

DESCRIPTION
   Version 0.04 (Algorithm::Munkres-0.04 Released on 28th Nov 2004)

        1. Modified Munkres.pm and Makefile.PL to support Perl v5.004 and higher.

   Version 0.03 (Algorithm::Munkres-0.03 Released on 21th Nov 2004)

        1. Modified Munkres.pm to handle rectangular matrices
	2. Added test cases to check for rectangular matrices
	3. Updated perldoc for Munkres.pm and README accordingly	

    Version 0.02 (Algorithm::Munkres-0.02 Released on 17th Nov 2004)

	1. Updated perldoc for Munkres.pm
	2. Removed installation instructions from README and moved it to INSTALL.
	3. Removed diagnostic messages from Munkres.pm
	4. Rectified a bug in the steptwo subroutine of Munkres.pm
		(The array index variable for row cover matrix was incorrect)
	5. Added few more test cases.

    Version 0.01 (Algorithm::Munkres Released on 13th Nov 2004)

	Algorithm::Munkres released on CPAN
	Note: This version did not have an explicit version number in its name.