File Coverage

blib/lib/Net/DirectConnect/TigerHash.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             #$Id$ $URL$
2             package Net::DirectConnect::TigerHash;
3             our $VERSION = '0.09';# . '_' . ( split( ' ', '$Revision$' ) )[1];
4 1     1   13662 use 5.006001;
  1         3  
5 1     1   7 use strict;
  1         1  
  1         68  
6 1     1   4 use warnings;
  1         9  
  1         104  
7             require Exporter;
8             our @ISA = qw(Exporter);
9             our %EXPORT_TAGS = ( 'all' => [ qw( tthbin tth tthfile ) ] );
10             our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
11             our @EXPORT = qw( );
12             require XSLoader;
13             XSLoader::load( 'Net::DirectConnect::TigerHash', $VERSION );
14             1;
15             __END__