aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes3
-rw-r--r--Makefile.PL4
-rw-r--r--lib/Config/Parser.pm2
3 files changed, 8 insertions, 1 deletions
diff --git a/Changes b/Changes
index 4946431..c99f1ac 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
1Revision history for Perl extension Config::Parser 1Revision history for Perl extension Config::Parser
2 2
31.05 Fri Feb 12 20:42:10 2021
4 - Change bugtracker address.
5
31.04 Thu Aug 29 08:17:52 2019 61.04 Thu Aug 29 08:17:52 2019
4 - use Config::AST 1.05 7 - use Config::AST 1.05
5 8
diff --git a/Makefile.PL b/Makefile.PL
index 13a762d..2979de8 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -26,6 +26,10 @@ WriteMakefile(NAME => 'Config::Parser',
26 url => 'git://git.gnu.org.ua/config-parser.git', 26 url => 'git://git.gnu.org.ua/config-parser.git',
27 web => 'http://git.gnu.org.ua/cgit/config-parser.git/', 27 web => 'http://git.gnu.org.ua/cgit/config-parser.git/',
28 }, 28 },
29 bugtracker => {
30 web => 'https://puszcza.gnu.org.ua/bugs/?group=config-parser',
31 mailto => 'gray+config-parser@gnu.org.ua'
32 }
29 }, 33 },
30 provides => Module::Metadata->provides(version => '1.4', 34 provides => Module::Metadata->provides(version => '1.4',
31 dir => 'lib') 35 dir => 'lib')
diff --git a/lib/Config/Parser.pm b/lib/Config/Parser.pm
index ee39c2e..66d6ec2 100644
--- a/lib/Config/Parser.pm
+++ b/lib/Config/Parser.pm
@@ -7,7 +7,7 @@ use Cwd qw(abs_path);
7use Text::ParseWords; 7use Text::ParseWords;
8use mro; 8use mro;
9 9
10our $VERSION = "1.04"; 10our $VERSION = "1.05";
11 11
12sub new { 12sub new {
13 my $class = shift; 13 my $class = shift;

Return to:

Send suggestions and report system problems to the System administrator.