diff --git a/Changes b/Changes index 2023b3a..2add540 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,8 @@ Revision history for Software-License -0.XXX XXX +0.012 2009-05-22 added guess_license_from_meta which is both JSON and YAML compatible + (BRICAS) 0.011 2009-05-19 clarify references to Perl in Perl_5 license diff --git a/lib/Software/License.pm b/lib/Software/License.pm index e0b0740..c0663a9 100644 --- a/lib/Software/License.pm +++ b/lib/Software/License.pm @@ -9,11 +9,11 @@ Software::License - packages that provide templated software licenses =head1 VERSION -version 0.011 +version 0.012 =cut -our $VERSION = '0.011'; +our $VERSION = '0.012'; use Data::Section -setup => { header_re => qr/\A__([^_]+)__\Z/ }; use Sub::Install ();