File Coverage

blib/lib/LWP.pm
Criterion Covered Total %
statement 0 1 0.0
branch n/a
condition n/a
subroutine 0 1 0.0
pod 0 1 0.0
total 0 3 0.0


line stmt bran cond sub pod time code
1             package LWP;
2              
3             our $VERSION = '6.34';
4              
5             require LWP::UserAgent; # this should load everything you need
6              
7 0     0 0   sub Version { $VERSION; }
8              
9             1;
10              
11             __END__