logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Dominique Dumont

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 text of the license. Like "fulltext" in Software::License, this method
       also returns the copyright notice if "holder" parameter was set when calling "new_from_short_name" in
       Software::LicenseMoreUtils.

   distribution
       Returns the name of the Linux distribution found by this module. This method is intended for tests or
       debugging.

   license_class
       Returns the Perl class name of the underlying Software::License object.  E.g. "Software::License::AGPL_3"

Name

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

Synopsis

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

Version

       version 1.009

See Also