AHA
view release on metacpan or search on metacpan
114115116117118119120121122123124125126127128129130131132133134These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms,
do
not apply to those
sections
when
you distribute them as separate works. But
when
you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions
for
other licensees extend to the
entire whole, and thus to
each
and every part regardless of who wrote it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.
In addition, mere aggregation of another work not based on the Program
with
the Program (or
with
a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may copy and distribute the Program (or a work based on it,
206207208209210211212213214215216217218219220221222223224225226all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section
has
the sole purpose of protecting the
integrity of the free software distribution
system
, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that
system
in reliance on consistent application of that
system
; it is up to the author/donor to decide
if
he or she is willing
to distribute software through any other
system
and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
274275276277278279280281282283284285286287288289290291292293294OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
free software which everyone can redistribute and change under these terms.
To
do
so, attach the following notices to the program. It is safest
to attach them to the start of
each
source file to most effectively
convey the exclusion of warranty; and
each
file should have at least
the
"copyright"
line and a pointer to where the full notice is found.
{description}
Copyright (C) {year} {fullname}
1234567use
Test::More;
unless
(
eval
"use Test::Pod; 1"
) {
plan
skip_all
=>
"Test::Pod required for testing POD"
;
}
all_pod_files_ok(
qw(blib example)
);
( run in 0.276 second using v1.01-cache-2.11-cpan-454fe037f31 )