| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package SortSpec::Perl::CPAN::ChangesGroup::PERLANCAR; |
|
2
|
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
407932
|
use strict; |
|
|
1
|
|
|
|
|
2
|
|
|
|
1
|
|
|
|
|
69
|
|
|
4
|
1
|
|
|
1
|
|
7
|
use warnings; |
|
|
1
|
|
|
|
|
3
|
|
|
|
1
|
|
|
|
|
380
|
|
|
5
|
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY |
|
7
|
|
|
|
|
|
|
our $DATE = '2024-01-27'; # DATE |
|
8
|
|
|
|
|
|
|
our $DIST = 'SortSpec-Perl-CPAN-ChangesGroup-PERLANCAR'; # DIST |
|
9
|
|
|
|
|
|
|
our $VERSION = '0.001'; # VERSION |
|
10
|
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
sub meta { |
|
12
|
|
|
|
|
|
|
return { |
|
13
|
0
|
|
|
0
|
0
|
|
v => 1, |
|
14
|
|
|
|
|
|
|
summary => 'Specification to sort changes group heading PERLANCAR-style', |
|
15
|
|
|
|
|
|
|
}; |
|
16
|
|
|
|
|
|
|
} |
|
17
|
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
sub get_spec { |
|
19
|
0
|
|
|
0
|
0
|
|
my %args = @_; |
|
20
|
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
[ |
|
23
|
0
|
|
|
|
|
|
'', |
|
24
|
|
|
|
|
|
|
qr/break|incompatible/i, |
|
25
|
|
|
|
|
|
|
qr/remove|delete/i, |
|
26
|
|
|
|
|
|
|
qr/new|feature/i, |
|
27
|
|
|
|
|
|
|
qr/enhance/i, |
|
28
|
|
|
|
|
|
|
qr/bug|fix/i, |
|
29
|
|
|
|
|
|
|
], |
|
30
|
|
|
|
|
|
|
} |
|
31
|
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
1; |
|
33
|
|
|
|
|
|
|
# ABSTRACT: Specification to sort changes group heading PERLANCAR-style |
|
34
|
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
__END__ |