- or download this
package Bar;
use Smart::Comments;
sub blather {
### $foo
}
- or download this
package Foo;
use LWP::UserAgent;
sub make_agent { LWP::UserAgent->new }
- or download this
package Foo;
# NOTE: this module needs LWP::UserAgent loaded in order to work
sub make_agent { LWP::UserAgent->new }
- or download this
use runtime LWP::UserAgent;