Skip to content

Commit

Permalink
0.19 release
Browse files Browse the repository at this point in the history
  • Loading branch information
FGasper committed Aug 12, 2021
1 parent a18f308 commit 8330c24
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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 Perl module Protocol::DBus

0.19 Thu 12 Aug 2021
- (No production changes.)
- Fix integration test to ignore external warnings.

0.18 Wed 11 Aug 2021
- (No production changes.)
- Fix Mojo test to ignore external warnings.
Expand Down
2 changes: 1 addition & 1 deletion lib/Protocol/DBus.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Protocol::DBus;
use strict;
use warnings;

our $VERSION = '0.18';
our $VERSION = '0.19';

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion t/integration.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
use autodie;

use Test::More;
use Test::FailWarnings;
use Test::FailWarnings -allow_deps => 1;

use Protocol::DBus::Authn::Mechanism::EXTERNAL ();

Expand Down

0 comments on commit 8330c24

Please sign in to comment.