Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the PerlX-QuoteOperator CPAN distribution.

Report information
The Basics
Id: 81392
Status: resolved
Priority: 0/
Queue: PerlX-QuoteOperator

People
Owner: Nobody in particular
Requestors: perl [...] toby.ink
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: 0.06



Subject: Use HTTP::Tiny rather than LWP::Simple
HTTP::Tiny has been a core module since 5.14. Switching to it would help reduce PerlX::QuoteOperator's current long dependency list... http://deps.cpantesters.org/?module=PerlX::QuoteOperator If you agree that this would be desirable, I'm happy to supply a patch.
To reduce dependencies I've removed PerlX::QuoteOperator::URL completely and put it into its own distro - https://metacpan.org/release/PerlX-QuoteOperator-URL So from 0.05/0.06 ::URL is no longer part of the PerlX::QuoteOperator distro. On Fri Nov 23 17:48:53 2012, TOBYINK wrote: Show quoted text
> HTTP::Tiny has been a core module since 5.14. Switching to it would help > reduce PerlX::QuoteOperator's current long dependency list... > > http://deps.cpantesters.org/?module=PerlX::QuoteOperator > > If you agree that this would be desirable, I'm happy to supply a patch.