Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.05.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 2d986c6..4b66685 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Test2-Tools-JSON

 {{$NEXT}}

+0.05 2019-08-07T21:52:49Z
+
+    - fix broken tests again
+
 0.04 2019-08-07T10:01:59Z

     - fix broken tests in new version of Test2 (fix #1)
  • Loading branch information
akiym committed Aug 7, 2019
1 parent 1866214 commit ab420e1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,10 @@ Revision history for Perl extension Test2-Tools-JSON

{{$NEXT}}

0.05 2019-08-07T21:52:49Z

- fix broken tests again

0.04 2019-08-07T10:01:59Z

- fix broken tests in new version of Test2 (fix #1)
Expand Down
8 changes: 4 additions & 4 deletions META.json
Expand Up @@ -4,7 +4,7 @@
"Takumi Akiyama <t.akiym@gmail.com>"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v3.1.4, CPAN::Meta::Converter version 2.150010",
"generated_by" : "Minilla/v3.1.5, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -35,7 +35,7 @@
"requires" : {
"Test::CPAN::Meta" : "0",
"Test::MinimumVersion::Fast" : "0.04",
"Test::PAUSE::Permissions" : "0.04",
"Test::PAUSE::Permissions" : "0.07",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7"
}
Expand All @@ -44,7 +44,7 @@
"requires" : {
"JSON::MaybeXS" : "0",
"Test2" : "1.302160",
"Test2::Suite" : "0.000077"
"Test2::Suite" : "0.000122"
}
},
"test" : {
Expand All @@ -65,7 +65,7 @@
"web" : "https://github.com/akiym/Test2-Tools-JSON"
}
},
"version" : "0.04",
"version" : "0.05",
"x_authority" : "cpan:AKIYM",
"x_serialization_backend" : "JSON::PP version 4.04",
"x_static_install" : 1
Expand Down
2 changes: 1 addition & 1 deletion lib/Test2/Tools/JSON.pm
Expand Up @@ -2,7 +2,7 @@ package Test2::Tools::JSON;
use strict;
use warnings;

our $VERSION = "0.04";
our $VERSION = "0.05";

use Carp ();
use JSON::MaybeXS qw/JSON/;
Expand Down

0 comments on commit ab420e1

Please sign in to comment.