NAME

Software::LicenseUtils - little useful bits of code for licensey things

METHODS

license_from_pm

my $license_class = Software::LicenseUtils->guess_license_from_pm($pm_text);

Given text containing POD, like a .pm file, this method will attempt to guess at the license under which the code is available. This method will either return a Software::License class, Software::License object, or undef.