Skip Menu |

This queue is for tickets about the Algorithm-Munkres CPAN distribution.

Report information
The Basics
Id: 8594
Status: resolved
Priority: 0/
Queue: Algorithm-Munkres

People
Owner: Nobody in particular
Requestors: rrwo [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in:
  • 0.02
  • 0.03
Fixed in: (no value)



Subject: Is Perl 5.8.5 really needed?
It requires Perl 5.8.5. Do you really need features of 5.8.5, or is that just what h2xs set it up with?
Thanks for pointing this out. I think we used 5.8.5 as a default of sorts, I don't think it really is required. We'll check it out however. I know this is a pretty late reply, I've been negligent in checking this very useful service. :( Cordially, Ted On Wed Nov 24 12:59:51 2004, guest wrote: Show quoted text
> It requires Perl 5.8.5. Do you really need features of 5.8.5, or is > that just what h2xs set it up with?
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.