boilerplate m-s
[Net-Indosoft-QSuite.git] / lib / Net / Indosoft / QSuite.pm
1 package Net::Indosoft::QSuite;
2
3 use 5.006;
4 use strict;
5 use warnings FATAL => 'all';
6
7 =head1 NAME
8
9 Net::Indosoft::QSuite - The great new Net::Indosoft::QSuite!
10
11 =head1 VERSION
12
13 Version 0.01
14
15 =cut
16
17 our $VERSION = '0.01';
18
19
20 =head1 SYNOPSIS
21
22 Quick summary of what the module does.
23
24 Perhaps a little code snippet.
25
26     use Net::Indosoft::QSuite;
27
28     my $foo = Net::Indosoft::QSuite->new();
29     ...
30
31 =head1 EXPORT
32
33 A list of functions that can be exported.  You can delete this section
34 if you don't export anything, such as for a purely object-oriented module.
35
36 =head1 SUBROUTINES/METHODS
37
38 =head2 function1
39
40 =cut
41
42 sub function1 {
43 }
44
45 =head2 function2
46
47 =cut
48
49 sub function2 {
50 }
51
52 =head1 AUTHOR
53
54 Ivan Kohler, C<< <ivan-indosoft at freeside.biz> >>
55
56 =head1 BUGS
57
58 Please report any bugs or feature requests to C<bug-net-indosoft-qsuite at rt.cpan.org>, or through
59 the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Net-Indosoft-QSuite>.  I will be notified, and then you'll
60 automatically be notified of progress on your bug as I make changes.
61
62
63
64
65 =head1 SUPPORT
66
67 You can find documentation for this module with the perldoc command.
68
69     perldoc Net::Indosoft::QSuite
70
71
72 You can also look for information at:
73
74 =over 4
75
76 =item * RT: CPAN's request tracker (report bugs here)
77
78 L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-Indosoft-QSuite>
79
80 =item * AnnoCPAN: Annotated CPAN documentation
81
82 L<http://annocpan.org/dist/Net-Indosoft-QSuite>
83
84 =item * CPAN Ratings
85
86 L<http://cpanratings.perl.org/d/Net-Indosoft-QSuite>
87
88 =item * Search CPAN
89
90 L<http://search.cpan.org/dist/Net-Indosoft-QSuite/>
91
92 =back
93
94
95 =head1 ACKNOWLEDGEMENTS
96
97
98 =head1 LICENSE AND COPYRIGHT
99
100 Copyright 2014 Ivan Kohler.
101
102 This program is free software; you can redistribute it and/or modify it
103 under the terms of the the Artistic License (2.0). You may obtain a
104 copy of the full license at:
105
106 L<http://www.perlfoundation.org/artistic_license_2_0>
107
108 Any use, modification, and distribution of the Standard or Modified
109 Versions is governed by this Artistic License. By using, modifying or
110 distributing the Package, you accept this license. Do not use, modify,
111 or distribute the Package, if you do not accept this license.
112
113 If your Modified Version has been derived from a Modified Version made
114 by someone other than you, you are nevertheless required to ensure that
115 your Modified Version complies with the requirements of this license.
116
117 This license does not grant you the right to use any trademark, service
118 mark, tradename, or logo of the Copyright Holder.
119
120 This license includes the non-exclusive, worldwide, free-of-charge
121 patent license to make, have made, use, offer to sell, sell, import and
122 otherwise transfer the Package with respect to any patent claims
123 licensable by the Copyright Holder that are necessarily infringed by the
124 Package. If you institute patent litigation (including a cross-claim or
125 counterclaim) against any party alleging that the Package constitutes
126 direct or contributory patent infringement, then this Artistic License
127 to you shall terminate on the date that such litigation is filed.
128
129 Disclaimer of Warranty: THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER
130 AND CONTRIBUTORS "AS IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES.
131 THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
132 PURPOSE, OR NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY
133 YOUR LOCAL LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR
134 CONTRIBUTOR WILL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR
135 CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE,
136 EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
137
138
139 =cut
140
141 1; # End of Net::Indosoft::QSuite