Skip to content

Commit

Permalink
Updating to 0.07
Browse files Browse the repository at this point in the history
  • Loading branch information
david-dick committed Jul 3, 2022
1 parent 70a0387 commit 23d2afe
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
}
},
"release_status" : "stable",
"version" : "0.06",
"version" : "0.07",
"x_serialization_backend" : "JSON::PP version 2.27400"
}
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NAME

VERSION

Version 0.06
Version 0.07

SYNOPSIS

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Test::Rsyslog - Creates a temporary instance of rsyslog to run tests against

# VERSION

Version 0.06
Version 0.07

# SYNOPSIS

Expand Down Expand Up @@ -150,7 +150,7 @@ David Dick, `<ddick at cpan.org>`

# 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
Expand Down
6 changes: 3 additions & 3 deletions lib/Test/Rsyslog.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -374,7 +374,7 @@ David Dick, C<< <ddick at cpan.org> >>
=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
Expand Down

0 comments on commit 23d2afe

Please sign in to comment.