diff --git a/General.pm b/General.pm index 0a17d82..81b8cc9 100644 --- a/General.pm +++ b/General.pm @@ -7,7 +7,7 @@ # # Copyright (c) 2000-20010Thomas Linden . # All Rights Reserved. Std. disclaimer applies. -# Artificial License, same as perl itself. Have fun. +# Artistic License, same as perl itself. Have fun. # # namespace package Config::General; diff --git a/General/Extended.pm b/General/Extended.pm index b6d3e04..289bed5 100644 --- a/General/Extended.pm +++ b/General/Extended.pm @@ -3,7 +3,7 @@ # # Copyright (c) 2000-2008 Thomas Linden . # All Rights Reserved. Std. disclaimer applies. -# Artificial License, same as perl itself. Have fun. +# Artistic License, same as perl itself. Have fun. # # namespace @@ -23,7 +23,7 @@ use vars qw(@ISA @EXPORT); use strict; -$Config::General::Extended::VERSION = "2.03"; +$Config::General::Extended::VERSION = "2.04"; sub new { @@ -593,7 +593,7 @@ Thomas Linden =head1 VERSION -2.03 +2.04 =cut diff --git a/General/Interpolated.pm b/General/Interpolated.pm index 2c94b0c..e0d6f63 100644 --- a/General/Interpolated.pm +++ b/General/Interpolated.pm @@ -4,11 +4,11 @@ # Copyright (c) 2001 by Wei-Hon Chen . # Copyright (c) 2000-2010 by Thomas Linden . # All Rights Reserved. Std. disclaimer applies. -# Artificial License, same as perl itself. Have fun. +# Artistic License, same as perl itself. Have fun. # package Config::General::Interpolated; -$Config::General::Interpolated::VERSION = "2.12"; +$Config::General::Interpolated::VERSION = "2.13"; use strict; use Carp; @@ -347,7 +347,7 @@ See L =head1 VERSION -2.12 +2.13 =cut diff --git a/META.yml b/META.yml index a4a4e74..5fd4b45 100644 --- a/META.yml +++ b/META.yml @@ -1,5 +1,3 @@ -# http://module-build.sourceforge.net/META-spec.html -#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# name: Config-General version: 2.45 version_from: General.pm @@ -9,6 +7,10 @@ requires: File::Spec::Functions: 0 FileHandle: 0 IO::File: 0 - +resources: + bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Config-General + homepage: http://search.cpan.org/dist/Config-General/ + license: http://dev.perl.org/licenses/artistic.html + repository: http://dev.catalyst.perl.org/repos/Config-General distribution_type: module generated_by: ExtUtils::MakeMaker version 6.30 diff --git a/Makefile.PL b/Makefile.PL index 6079c0b..f3f8da6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,9 +1,9 @@ # # Makefile.PL - build file for Config::General # -# Copyright (c) 2000-2007 Thomas Linden . +# Copyright (c) 2000-2010 Thomas Linden . # All Rights Reserved. Std. disclaimer applies. -# Artificial License, same as perl itself. Have fun. +# Artistic License, same as perl itself. Have fun. # use ExtUtils::MakeMaker;