| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package Acme::CPANModules::ConvertingFromRegex; |
|
2
|
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
362938
|
use strict; |
|
|
1
|
|
|
|
|
4
|
|
|
|
1
|
|
|
|
|
160
|
|
|
4
|
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY |
|
6
|
|
|
|
|
|
|
our $DATE = '2023-08-06'; # DATE |
|
7
|
|
|
|
|
|
|
our $DIST = 'Acme-CPANModules-ConvertingFromRegex'; # DIST |
|
8
|
|
|
|
|
|
|
our $VERSION = '0.002'; # VERSION |
|
9
|
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
our $LIST = { |
|
11
|
|
|
|
|
|
|
summary => 'List of modules to convert a regular expression to various stuffs', |
|
12
|
|
|
|
|
|
|
tags => ['task'], |
|
13
|
|
|
|
|
|
|
entries => [ |
|
14
|
|
|
|
|
|
|
{module=>'PPIx::Regexp', summary=>'To a PPI object'}, |
|
15
|
|
|
|
|
|
|
{module=>'Regexp::Stringify', summary=>'To Perl string representation'}, |
|
16
|
|
|
|
|
|
|
], |
|
17
|
|
|
|
|
|
|
}; |
|
18
|
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
1; |
|
20
|
|
|
|
|
|
|
# ABSTRACT: List of modules to convert a regular expression to various stuffs |
|
21
|
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
__END__ |