I installed 5.6.2 on a machine and tested Algorithm::Munkres, and it
works fine...also, I looked in our Makefile.PL and we are only asking
for 5.004, so I think we should be fine with earlier versions of Perl.
root@ted-desktop:~/Algorithm-Munkres-0.07# make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/DoubleInvoke....ok
t/Fractions.......ok
t/Horz_Matrix.....ok
t/Ill_Formed......ok
t/LargeMatrix.....ok
t/Negative........ok
t/Normal..........ok
t/Obvious.........ok
t/Rect_Matrix1....ok
t/Rect_Matrix2....ok
t/Rect_Unit.......ok
t/Unit............ok
t/Vert_Matrix.....ok
All tests successful.
Files=13, Tests=130, 0 wallclock secs ( 0.42 cusr + 0.03 csys = 0.45 CPU)
root@ted-desktop:~/Algorithm-Munkres-0.07# perl -v
This is perl, v5.6.2 built for i686-linux
Copyright 1987-2003, Larry Wall
Perl may be copied only under the terms of either the Artistic License
or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to the
Internet, point your browser at
http://www.perl.com/, the Perl Home Page.