Provided by: libsoftware-license-perl_0.104002-1_all bug

NAME

       Software::License::Artistic_1_0 - The Artistic License

VERSION

       version 0.104002

PERL VERSION

       This module is part of CPAN toolchain, or is treated as such.  As such, it follows the
       agreement of the Perl Toolchain Gang to require no newer version of perl than v5.8.1.
       This version may change by agreement of the Toolchain Gang, but for now is governed by the
       Lancaster Consensus <https://github.com/Perl-Toolchain-Gang/toolchain-
       site/blob/master/lancaster-consensus.md> of 2013.

OPTIONS

       The Artistic License 1.0 has a sometimes-omitted "aggregation clause" which reads:

         8. The name of the Copyright Holder may not be used to endorse or promote
         products derived from this software without specific prior written
         permission.

       By default, this clause will be included.  To disable it, include the following pair when
       instantiating the license:

         aggregation_clause => 0

METHODS

   aggregation_clause
       This method returns whether the aggregation clause is allowed on this instance.  By
       default this method returns true on instances and dies on the class.

AUTHOR

       Ricardo Signes <rjbs@semiotic.systems>

COPYRIGHT AND LICENSE

       This software is copyright (c) 2022 by Ricardo Signes.

       This is free software; you can redistribute it and/or modify it under the same terms as
       the Perl 5 programming language system itself.