Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Commit

Permalink
Fix several things
Browse files Browse the repository at this point in the history
Fixed #280 - Document --no_srand option in Test2::V0
Fixed #276 - Document bool() import in Test2::V0
Fixed #279 - Merged fix for VMS test issues
Fixed #277 - Merged POD tweaks
  • Loading branch information
exodist committed Oct 23, 2023
1 parent 3ba2845 commit c7a78d1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{{$NEXT}}

- Fix #280: Document --no_srand option in Test2::V0
- Fix #276: Document bool() import in Test2::V0
- Fix #279: Merged fix for VMS test issues
- Fix #277: Merged POD tweaks

0.000156 2023-09-13 15:11:52-07:00 America/Los_Angeles

- Fix typo in POD for Test2::Util::Importer
Expand Down
6 changes: 6 additions & 0 deletions lib/Test2/V0.pm
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,10 @@ with the C<-srand> import option:
use Test2::V0 -srand => 1234;
You can also disable this behavior:
use Test2::V0 -no_srand => 1;
=head2 UTF8
See L<Test2::Plugin::UTF8>.
Expand Down Expand Up @@ -408,6 +412,8 @@ See L<Test2::Tools::Compare>.
=item $check = string($str)
=item $check = bool($bool)
=item $check = check_isa($class_name)
=item $check = in_set(@things)
Expand Down

0 comments on commit c7a78d1

Please sign in to comment.