File Coverage

blib/lib/MarpaX/Languages/PowerBuilder.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package MarpaX::Languages::PowerBuilder;
2              
3 1     1   989 use 5.006;
  1         3  
4 1     1   3 use strict;
  1         2  
  1         18  
5 1     1   3 use warnings FATAL => 'all';
  1         2  
  1         48  
6              
7             =encoding utf8
8              
9             =head1 NAME
10              
11             MarpaX::Languages::PowerBuilder - PowerBuilder sources parsers based on Marpa::R2
12              
13             =head1 VERSION
14              
15             Version 0.01
16              
17             =cut
18              
19             our $VERSION = '0.01';
20              
21              
22             =head1 SYNOPSIS
23              
24             Dummy module, used to maintain version number.
25              
26             =cut
27              
28              
29             =head1 AUTHOR
30              
31             Sebastien Kirche, C<< >>
32              
33             =head1 BUGS
34              
35             Please report any bugs or feature requests through the web interface at
36             L.
37             I will be notified, and then you'll automatically be notified of progress on
38             your bug as I make changes.
39              
40              
41              
42              
43             =head1 SUPPORT
44              
45             You can find documentation for this module with the perldoc command.
46              
47             perldoc MarpaX::Languages::PowerBuilder
48              
49              
50             You can also look for information at:
51              
52             =over 4
53              
54             =item * Git repository
55              
56             L
57              
58             =back
59              
60              
61             =head1 ACKNOWLEDGEMENTS
62              
63              
64             =head1 LICENSE AND COPYRIGHT
65              
66             Copyright 2014 Sébastien Kirche.
67              
68             This program is free software; you can redistribute it and/or modify it
69             under the terms of the MIT license.
70              
71             L
72              
73             Copyright (c) 2014 Sébastien Kirche, SRD, SRQ, PBSelect parsers and others contributions by Nicolas Georges.
74              
75             Permission is hereby granted, free of charge, to any person obtaining a copy
76             of this software and associated documentation files (the "Software"), to deal
77             in the Software without restriction, including without limitation the rights
78             to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
79             copies of the Software, and to permit persons to whom the Software is
80             furnished to do so, subject to the following conditions:
81              
82             The above copyright notice and this permission notice shall be included in all
83             copies or substantial portions of the Software.
84              
85             THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
86             IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
87             FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
88             AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
89             LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
90             OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
91             SOFTWARE.
92             =cut
93              
94             1; # End of MarpaX::Languages::PowerBuilder