plack / Plack-Middleware-Session

A very minimalist session library for Plack
Other
40 stars 29 forks source link

Added missing test prereq HTTP::Request::Common as suggested by CPANTS. #44

Closed manwar closed 5 years ago

manwar commented 5 years ago

Hi @miyagawa

Please review the PR.

Many Thanks. Best Regards, Mohammad S Anwar

miyagawa commented 5 years ago

HTTP::Request::Common is already installed by installing LWP, which is in the cpanfile as a test dependency. I get that it's harmless but this seems unnecessary.

manwar commented 5 years ago

It is always nice to be explicit in terms of dependency rather than relying on others ;-)