Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf116 committed Jul 10, 2023
1 parent d3242fa commit f6146a2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Changelog for Test-Expander

2.0.0 2023-06-21 19:42:51 UTC
2.0.1 2023-06-21 19:42:51 UTC
- If any of the variables $CLASS, $METHOD, $METHOD_REF, $TEMP_DIR, and $TEMP_FILE is undefined, it is not exported.
- Modules Test::Cmd, Test::Files, Test::Output, and Test::Warn are no longer loaded and their functions are not exported by Test::Expander.
- Unexpedted exceptions detected by "lives_ok" are logged to the screen using "diag".
Expand Down
2 changes: 0 additions & 2 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,4 @@ t/Test/Expander/NoCLASS/NoMETHOD_only.t
t/Test/Expander/require_ok.t
t/Test/Expander/throws_ok.t
t/Test/Expander/use_ok.t
Test-Expander-1.1.1.tar.gz
Test-Expander-2.0.0.tar.gz
test.results
2 changes: 1 addition & 1 deletion lib/Test/Expander.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package Test::Expander;

# The versioning is conform with https://semver.org
our $VERSION = '2.0.0'; ## no critic (RequireUseStrict, RequireUseWarnings)
our $VERSION = '2.0.1'; ## no critic (RequireUseStrict, RequireUseWarnings)

use strict;
use warnings
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Expander/Constants.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Test::Expander::Constants;

our $VERSION = '2.0.0'; ## no critic (RequireUseStrict, RequireUseWarnings)
our $VERSION = '2.0.1'; ## no critic (RequireUseStrict, RequireUseWarnings)

use strict;
use warnings
Expand Down

0 comments on commit f6146a2

Please sign in to comment.