dagolden / HTTP-Tiny-UA

Higher-level UA features for HTTP::Tiny
https://metacpan.org/author/DAGOLDEN
4 stars 8 forks source link

Missing `method()` accessor breaks pre-1.000 Class::Tiny #16

Open FGasper opened 6 years ago

FGasper commented 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?