- or download this
# App.pm
...
}
1;
- or download this
# Foo.pm
package Foo;
use parent 'LWP::UserAgent';
1;
- or download this
# test_v1.pm
...
# Add more packages ad libidum
1;
- or download this
# errorcode.t
...
is($app->check,"Monks are offline");
done_testing;