File Coverage

blib/lib/Acme/CPANModules/PortedFrom/PHP.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package Acme::CPANModules::PortedFrom::PHP;
2              
3 1     1   419469 use strict;
  1         2  
  1         223  
4              
5             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
6             our $DATE = '2024-01-09'; # DATE
7             our $DIST = 'Acme-CPANModules-PortedFrom-PHP'; # DIST
8             our $VERSION = '0.006'; # VERSION
9              
10             our $LIST = {
11             summary => "List of modules/applications that are ported from (or inspired by) ".
12             "PHP libraries",
13             description => <<'_',
14              
15             If you know of others, please drop me a message.
16              
17             _
18             entries => [
19             {module=>'Weasel', summary=>'Perl port of Mink'},
20             {module=>'PHP::Functions::Password'},
21             {module=>'PHP::Functions::Mail'},
22             {module=>'PHP::Functions::File'},
23             {module=>'PHP::Strings'},
24             {module=>'PHP::DateTime'},
25             {module=>'PHP::ParseStr'},
26             {module=>'PHP::HTTPBuildQuery', summary=>'Implement PHP http_build_query() function'},
27             {module=>'Acme::Addslashes'},
28              
29             # old
30             {module=>'AMF::Perl'},
31             {module=>'Flash::FLAP'},
32             ],
33             };
34              
35             1;
36             # ABSTRACT: List of modules/applications that are ported from (or inspired by) PHP libraries
37              
38             __END__