mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-16 20:21:01 +01:00
fixed spelling error ("artificial license" => "artistic license"), added more info to META.yml
git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@79 be1acefe-a474-0410-9a34-9b3221f2030f
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#
|
||||
# Copyright (c) 2000-2008 Thomas Linden <tlinden |AT| cpan.org>.
|
||||
# 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 <tlinden |AT| cpan.org>
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
2.03
|
||||
2.04
|
||||
|
||||
=cut
|
||||
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
# Copyright (c) 2001 by Wei-Hon Chen <plasmaball@pchome.com.tw>.
|
||||
# Copyright (c) 2000-2010 by Thomas Linden <tlinden |AT| cpan.org>.
|
||||
# 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<http://www.perl.com/perl/misc/Artistic.html>
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
2.12
|
||||
2.13
|
||||
|
||||
=cut
|
||||
|
||||
|
||||
Reference in New Issue
Block a user