dagolden / HTTP-Tiny-UA

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

Drop superclass dep. #18

Closed EvanCarroll closed 4 years ago

EvanCarroll commented 4 years ago

I know it may seem like a good idea, but superclass is adding another dep and bringing in Module::Load to do little more than what Perl currently handles with a Makefile. It would be my preference to use parent. If you want to version the modules, just eq against $HTTP::Tiny::VERSION.

I know you created it, cool idea, perhaps you could get it into core instead.

xdg commented 4 years ago

I understand your concern, but don't plan to change it. You're welcome to fork if if you want a dependency-light version.