line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Alien::libcmark_gfm; |
2
|
|
|
|
|
|
|
|
3
|
2
|
|
|
2
|
|
234939
|
use strict; |
|
2
|
|
|
|
|
4
|
|
|
2
|
|
|
|
|
65
|
|
4
|
2
|
|
|
2
|
|
10
|
use warnings; |
|
2
|
|
|
|
|
4
|
|
|
2
|
|
|
|
|
69
|
|
5
|
2
|
|
|
2
|
|
10
|
use base qw( Alien::Base ); |
|
2
|
|
|
|
|
4
|
|
|
2
|
|
|
|
|
1101
|
|
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
our $VERSION = 3.0; |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
=pod |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
=head1 NAME |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
Alien::libcmark_gfm - Find or Build libcmark-gfm |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=head1 DESCRIPTION |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
This distribution installs the XPA library if its not available. It |
18
|
|
|
|
|
|
|
provides a uniform interface via L to configuration |
19
|
|
|
|
|
|
|
information useful to link against it. |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
For more information, please see L |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
=head1 AUTHOR |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
Dylan Hardison |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
This software is copyright (c) 2018 by Dylan Hardison. |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
32
|
|
|
|
|
|
|
the same terms as the Perl 5 programming language system itself. |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
=cut |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
1; |