Skip to content

Commit

Permalink
v0.000118
Browse files Browse the repository at this point in the history
    - Fix typo Test::Workflow -> Test2::Workflow #170
    - Fix test broken by new Test-Simple #175
  • Loading branch information
exodist committed Jan 18, 2019
1 parent 5e4257b commit 673b69e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,5 +1,7 @@
{{$NEXT}}

0.000118 2019-01-18 13:44:06-08:00 America/Los_Angeles

- Fix typo Test::Workflow -> Test2::Workflow #170
- Fix test broken by new Test-Simple #175

Expand Down
6 changes: 3 additions & 3 deletions LICENSE
@@ -1,4 +1,4 @@
This software is copyright (c) 2018 by Chad Granum.
This software is copyright (c) 2019 by Chad Granum.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Expand All @@ -12,7 +12,7 @@ b) the "Artistic License"

--- The GNU General Public License, Version 1, February 1989 ---

This software is Copyright (c) 2018 by Chad Granum.
This software is Copyright (c) 2019 by Chad Granum.

This is free software, licensed under:

Expand Down Expand Up @@ -272,7 +272,7 @@ That's all there is to it!

--- The Artistic License 1.0 ---

This software is Copyright (c) 2018 by Chad Granum.
This software is Copyright (c) 2019 by Chad Granum.

This is free software, licensed under:

Expand Down
10 changes: 5 additions & 5 deletions Makefile.PL
@@ -1,4 +1,4 @@
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.010.
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012.
use strict;
use warnings;

Expand Down Expand Up @@ -26,8 +26,8 @@ my %WriteMakefileArgs = (
"Scalar::Util" => 0,
"Scope::Guard" => 0,
"Sub::Info" => "0.002",
"Term::Table" => "0.002",
"Test2::API" => "1.302136",
"Term::Table" => "0.013",
"Test2::API" => "1.302158",
"Time::HiRes" => 0,
"overload" => 0,
"utf8" => 0
Expand All @@ -49,8 +49,8 @@ my %FallbackPrereqs = (
"Scalar::Util" => 0,
"Scope::Guard" => 0,
"Sub::Info" => "0.002",
"Term::Table" => "0.002",
"Test2::API" => "1.302136",
"Term::Table" => "0.013",
"Test2::API" => "1.302158",
"Time::HiRes" => 0,
"overload" => 0,
"utf8" => 0
Expand Down
4 changes: 2 additions & 2 deletions cpanfile
Expand Up @@ -7,8 +7,8 @@ requires "Module::Pluggable" => "2.7";
requires "Scalar::Util" => "0";
requires "Scope::Guard" => "0";
requires "Sub::Info" => "0.002";
requires "Term::Table" => "0.002";
requires "Test2::API" => "1.302136";
requires "Term::Table" => "0.013";
requires "Test2::API" => "1.302158";
requires "Time::HiRes" => "0";
requires "overload" => "0";
requires "perl" => "5.008001";
Expand Down

0 comments on commit 673b69e

Please sign in to comment.