The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Software::LicenseMoreUtils::LicenseWithSummary - Software::License with a summary

VERSION

version 0.001

SYNOPSIS

See Software::LicenseMoreUtils. This class should be created with "new_license_with_summary" in Software::LicenseMoreUtils

DESCRIPTION

This module provides a wrapper around all Software::License::* to add a summary.

Methods

This class provides all the methods of the underlying Software::License object and the following methods.

summary

Returns the license summary, or an empty string.

summary_or_text

Returns the license summary or the full text of the license.

AUTHOR

Dominique Dumont

COPYRIGHT AND LICENSE

This software is copyright (c) 2018 by Dominique Dumont.

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