From c7a78d121dc198b97b2e61ca41f2dac8dafe37ab Mon Sep 17 00:00:00 2001 From: Chad Granum Date: Sun, 22 Oct 2023 21:25:43 -0700 Subject: [PATCH] Fix several things 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 --- Changes | 5 +++++ lib/Test2/V0.pm | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/Changes b/Changes index 67a87f93..dddd4d99 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/lib/Test2/V0.pm b/lib/Test2/V0.pm index e5dea4a0..1eaa9269 100644 --- a/lib/Test2/V0.pm +++ b/lib/Test2/V0.pm @@ -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. @@ -408,6 +412,8 @@ See L. =item $check = string($str) +=item $check = bool($bool) + =item $check = check_isa($class_name) =item $check = in_set(@things)