Package: libmoose-perl / 1.09-2

Metadata

Package Version Patches format
libmoose-perl 1.09-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Work around a numification problem on ia64.patch | (download)

lib/Moose/Meta/TypeConstraint.pm | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] work around a numification problem on ia64

As seen in <http://bugs.debian.org/588118>, the numeric comparison
seems to trigger a bug in perl 5.10.1 on the ia64 architecture.

Explicitly numifying before comparing seems to work around this.