File Coverage

blib/lib/Alien/libswe.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Alien::libswe;
2            
3 1     1   226094 use strict;
  1         3  
  1         26  
4 1     1   5 use warnings;
  1         2  
  1         24  
5 1     1   4 use parent 'Alien::Base';
  1         1  
  1         5  
6              
7              
8             =head1 NAME
9              
10             Alien::libswe - Build and install Swiss Ephemeris shared library
11              
12             =cut
13              
14             our $VERSION = "0.006";
15              
16             =head1 SYNOPSIS
17              
18             Build and install Swiss Ephemeris shared library
19              
20             =head1 DESCRIPTION
21              
22             See L
23              
24             Build and install Swiss Ephemeris shared library
25              
26             =head1 AUTHOR
27              
28             Mike Baas
29              
30             =head1 REPOSITORY
31              
32             L
33              
34             =head1 COPYRIGHT & LICENSE
35              
36             This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
37              
38             =cut
39              
40            
41             1;
42