Subject: | Minimum HTML::Barcode version |
On some of my smoker machines I see failures like this:
Bailout called. Further testing stopped:
# Failed test 'use HTML::Barcode::DataMatrix;'
# at t/00-load.t line 6.
# Tried to use 'HTML::Barcode::DataMatrix'.
# Error: has '+module_size' given but no module_size attribute already exists at /opt/perl-5.18.2/lib/site_perl/5.18.2/Method/Generate/Constructor.pm line 16.
# Compilation failed in require at t/00-load.t line 6.
# BEGIN failed--compilation aborted at t/00-load.t line 6.
# Testing HTML::Barcode::DataMatrix 0.04, Perl 5.018002, /opt/perl-5.18.2/bin/perl5.18.2
# Looks like you failed 1 test of 1.
FAILED--Further testing stopped.
Makefile:775: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 1
Statistical analysis suggest that HTML::Barcode is not new enough:
****************************************************************
Regression 'mod:HTML::Barcode'
****************************************************************
Name Theta StdErr T-stat
[0='const'] 0.0000 0.0000 11.37
[1='eq_0.12'] -0.0000 0.0000 -10.48
[2='eq_0.13'] 1.0000 0.0000 19346401815012508.00
R^2= 1.000, N= 45, K= 3
****************************************************************
Probably a minimum version has to be specified in PREREQ_PM, e.g. HTML::Barcode => 0.13