Skip to content

Instantly share code, notes, and snippets.

View briang's full-sized avatar

brian greenfield briang

  • Newcastle, UK
View GitHub Profile

Packages, Modules and Distributions

First, module dependencies are declared using a package, not a distribution. If your application uses LWP::UserAgent, you have to declare:

requires 'LWP::UserAgent' => '5.20'; # Known minimum version of the module

instead of "libwww-perl" "5.20".