Help for this page

Select Code to Download


  1. or download this
    package Foo;
    use Dependency::Checker 'runtime_dependency';
    ...
        make_agent() if runtime_dependency("LWP::UserAgent");
    }
    1;