File Coverage

blib/lib/auto/share/dist/App-Dochazka-REST/docgen_Config.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             # *************************************************************************
2             # Copyright (c) 2014-2015, SUSE LLC
3             #
4             # All rights reserved.
5             #
6             # Redistribution and use in source and binary forms, with or without
7             # modification, are permitted provided that the following conditions are met:
8             #
9             # 1. Redistributions of source code must retain the above copyright notice,
10             # this list of conditions and the following disclaimer.
11             #
12             # 2. Redistributions in binary form must reproduce the above copyright
13             # notice, this list of conditions and the following disclaimer in the
14             # documentation and/or other materials provided with the distribution.
15             #
16             # 3. Neither the name of SUSE LLC nor the names of its contributors may be
17             # used to endorse or promote products derived from this software without
18             # specific prior written permission.
19             #
20             # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21             # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22             # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23             # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
24             # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
25             # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
26             # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27             # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28             # CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29             # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30             # POSSIBILITY OF SUCH DAMAGE.
31             # *************************************************************************
32             #
33             # site conf params used by ../release/docgen.plx
34             #
35              
36             # DOCHAZKA_DOCGEN_COPYRIGHT_NOTICE
37             # the copyright notice
38             set( 'DOCHAZKA_DOCGEN_COPYRIGHT_NOTICE', <<'EOHC' );
39             # *************************************************************************
40             # Copyright (c) 2014-2015, SUSE LLC
41             #
42             # All rights reserved.
43             #
44             # Redistribution and use in source and binary forms, with or without
45             # modification, are permitted provided that the following conditions are met:
46             #
47             # 1. Redistributions of source code must retain the above copyright notice,
48             # this list of conditions and the following disclaimer.
49             #
50             # 2. Redistributions in binary form must reproduce the above copyright
51             # notice, this list of conditions and the following disclaimer in the
52             # documentation and/or other materials provided with the distribution.
53             #
54             # 3. Neither the name of SUSE LLC nor the names of its contributors may be
55             # used to endorse or promote products derived from this software without
56             # specific prior written permission.
57             #
58             # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
59             # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
60             # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
61             # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
62             # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
63             # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
64             # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
65             # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
66             # CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
67             # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
68             # POSSIBILITY OF SUCH DAMAGE.
69             # *************************************************************************
70             EOHC
71              
72             # DOCHAZKA_DOCGEN_PREAMBLE
73             # preamble of Resources.pm, which is generated by docgen.sh
74             set( 'DOCHAZKA_DOCGEN_PREAMBLE', <<'EOHP' );
75             package App::Dochazka::REST::Docs::Resources;
76              
77             use 5.012;
78             use strict;
79             use warnings;
80              
81             EOHP
82              
83             # DOCHAZKA_DOCGEN_POD_PREAMBLE
84             # preamble of Resources.pm, which is generated by docgen.sh
85             set( 'DOCHAZKA_DOCGEN_POD_PREAMBLE', <<'EOHG' );
86              
87             =head1 NAME
88              
89             App::Dochazka::REST::Docs::Resources - Documentation of REST resources
90              
91              
92             =head1 DESCRIPTION
93              
94             This is a POD-only module containing documentation on all the REST resources
95             defined in C<ResourceDefs.pm>. This module is auto-generated.
96              
97              
98             =head1 RESOURCES
99              
100             EOHG
101              
102             # DOCHAZKA_DOCGEN_EPITAPH
103             # the last bit of Resources.pm, which is generated by docgen.sh
104             set( 'DOCHAZKA_DOCGEN_EPITAPH', <<'EOHI' );
105              
106             =head1 AUTHOR
107              
108             Nathan Cutler C<ncutler@suse.cz>
109              
110             =cut
111             EOHI
112              
113             # -----------------------------------
114             # DO NOT EDIT ANYTHING BELOW THIS LINE
115             # -----------------------------------
116 41     41   24271 use strict;
  41         101  
  41         1099  
117 41     41   220 use warnings;
  41         89  
  41         1307  
118              
119             1;