From 23d2afebda049a8651d33d7582b0c6c55ac8bfd2 Mon Sep 17 00:00:00 2001 From: David Dick Date: Sun, 3 Jul 2022 20:19:52 +1000 Subject: [PATCH] Updating to 0.07 --- Changes | 4 ++++ META.json | 2 +- META.yml | 2 +- README | 4 ++-- README.md | 4 ++-- lib/Test/Rsyslog.pm | 6 +++--- 6 files changed, 13 insertions(+), 9 deletions(-) diff --git a/Changes b/Changes index f7edb95..6512bf3 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Test-Rsyslog +0.07 Sun Jul 03 20:15:00 2022 + Removing empty directory in PATH for taint mode in RT#143631. + Moving to github + 0.06 Fri Mar 31 18:46:00 2017 Lowering minimum perl version diff --git a/META.json b/META.json index 66c17a7..3bd1bc3 100644 --- a/META.json +++ b/META.json @@ -51,6 +51,6 @@ } }, "release_status" : "stable", - "version" : "0.06", + "version" : "0.07", "x_serialization_backend" : "JSON::PP version 2.27400" } diff --git a/META.yml b/META.yml index 072f08e..dee1aa3 100644 --- a/META.yml +++ b/META.yml @@ -33,5 +33,5 @@ requires: perl: '5.006' strict: '0' warnings: '0' -version: '0.06' +version: '0.07' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/README b/README index b365662..c330cc3 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ NAME VERSION - Version 0.06 + Version 0.07 SYNOPSIS @@ -166,7 +166,7 @@ ACKNOWLEDGEMENTS LICENSE AND COPYRIGHT - Copyright 2017 David Dick. + Copyright 2022 David Dick. This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published diff --git a/README.md b/README.md index 60ed3f5..0294b5f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Test::Rsyslog - Creates a temporary instance of rsyslog to run tests against # VERSION -Version 0.06 +Version 0.07 # SYNOPSIS @@ -150,7 +150,7 @@ David Dick, `` # LICENSE AND COPYRIGHT -Copyright 2017 David Dick. +Copyright 2022 David Dick. This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published diff --git a/lib/Test/Rsyslog.pm b/lib/Test/Rsyslog.pm index a107e09..365362b 100644 --- a/lib/Test/Rsyslog.pm +++ b/lib/Test/Rsyslog.pm @@ -11,7 +11,7 @@ use Carp(); use POSIX(); use Config; -our $VERSION = '0.06'; +our $VERSION = '0.07'; sub _USER_READ_WRITE_PERMISSIONS { return 600 } sub _USER_READ_WRITE_EXECUTE_PERMISSIONS { return 700 } @@ -215,7 +215,7 @@ Test::Rsyslog - Creates a temporary instance of rsyslog to run tests against =head1 VERSION -Version 0.06 +Version 0.07 =head1 SYNOPSIS @@ -374,7 +374,7 @@ David Dick, C<< >> =head1 LICENSE AND COPYRIGHT -Copyright 2017 David Dick. +Copyright 2022 David Dick. This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published