Perl-Toolchain-Gang / Software-License

perl representation of common software licenses
18 stars 40 forks source link

guess_license_from_pod does not recognize license version in parens #53

Open ronww opened 8 years ago

ronww commented 8 years ago

In my module's license section, there is the following text (which was inserted by module-starter):

This program is free software; you can redistribute it and/or modify it
under the terms of the the Artistic License (2.0).

But, the list returned by guess_license_from_pod was:

Software::License::Artistic_1_0 Software::License::Artistic_2_0