File Coverage

blib/lib/Syntax/Collection/Basic.pm
Criterion Covered Total %
statement 5 5 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 7 7 100.0


line stmt bran cond sub pod time code
1             package Syntax::Collection::Basic;
2              
3 1     1   59628 use 5.010;
  1         19  
4              
5             # ABSTRACT: (deprecated)
6             our $AUTHORITY = 'cpan:CSSON'; # AUTHORITY
7             our $VERSION = '0.0601';
8              
9              
10 1         6 use Syntax::Collector q/
11             use strict 0;
12             use warnings 0;
13             use Modern::Perl 0 '2014';
14             use true 0;
15 1     1   240 /;
  1         6744  
16              
17             1;
18              
19             __END__
20              
21             =pod
22              
23             =encoding UTF-8
24              
25             =head1 NAME
26              
27             Syntax::Collection::Basic - (deprecated)
28              
29              
30              
31             =begin html
32              
33             <p>
34             <img src="https://img.shields.io/badge/perl-5.18+-blue.svg" alt="Requires Perl 5.18+" />
35             <a href="https://travis-ci.org/Csson/syntax-collection-basic"><img src="https://api.travis-ci.org/Csson/syntax-collection-basic.svg?branch=master" alt="Travis status" /></a>
36             <a href="http://cpants.cpanauthors.org/release/CSSON/Syntax-Collection-Basic-0.0601"><img src="http://badgedepot.code301.com/badge/kwalitee/CSSON/Syntax-Collection-Basic/0.0601" alt="Distribution kwalitee" /></a>
37             <a href="http://matrix.cpantesters.org/?dist=Syntax-Collection-Basic%200.0601"><img src="http://badgedepot.code301.com/badge/cpantesters/Syntax-Collection-Basic/0.0601" alt="CPAN Testers result" /></a>
38             </p>
39              
40             =end html
41              
42             =head1 VERSION
43              
44             Version 0.0601, released 2017-10-31.
45              
46             =head1 STATUS
47              
48             Deprecated.
49              
50             =head1 SYNOPSIS
51              
52             use Syntax::Collection::Basic;
53              
54             Is really
55              
56             use strict;
57             use warnings;
58             use Modern::Perl '2014';
59             use true;
60              
61             =head1 SOURCE
62              
63             L<https://github.com/Csson/syntax-collection-basic>
64              
65             =head1 HOMEPAGE
66              
67             L<https://metacpan.org/release/Syntax-Collection-Basic>
68              
69             =head1 AUTHOR
70              
71             Erik Carlsson <info@code301.com>
72              
73             =head1 COPYRIGHT AND LICENSE
74              
75             This software is copyright (c) 2017 by Erik Carlsson.
76              
77             This is free software; you can redistribute it and/or modify it under
78             the same terms as the Perl 5 programming language system itself.
79              
80             =cut