line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Acme::Automatix; |
2
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
70473
|
use 5.006; |
|
1
|
|
|
|
|
4
|
|
4
|
1
|
|
|
1
|
|
6
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
20
|
|
5
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
62
|
|
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
=head1 NAME |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
Acme::Automatix - The release of Acme::Automatix is automatix! |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
=head1 VERSION |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
Version 0.11 |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=cut |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
our $VERSION = '0.11'; |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
=head1 SYNOPSIS |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
Quick summary of what the module does... |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
Nothing! |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
It is used as a demo of the github action L |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
See how it is L |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
=head1 AUTHOR |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
Thibault Duponchelle, C<< >> |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
=head1 LICENSE AND COPYRIGHT |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
This software is Copyright (c) 2021 by Thibault Duponchelle. |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
This is free software, licensed under: |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
The Artistic License 2.0 (GPL Compatible) |
41
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
=cut |
44
|
|
|
|
|
|
|
|
45
|
|
|
|
|
|
|
1; # End of Acme::Automatix |