Open FGasper opened 6 years ago
Currently this distro specifies no minimum version of Class::Tiny, which allows for things like:
https://travis-ci.org/FGasper/p5-Net-ACME/jobs/329042315
There should probably be a method() accessor added, and a minimum version of 1.000 specified for Class::Tiny, to avoid this kind of breakage in the future?
method()
Currently this distro specifies no minimum version of Class::Tiny, which allows for things like:
https://travis-ci.org/FGasper/p5-Net-ACME/jobs/329042315
There should probably be a
method()
accessor added, and a minimum version of 1.000 specified for Class::Tiny, to avoid this kind of breakage in the future?