File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -1282,6 +1282,10 @@ typeglobs and vstrings.)
12821282
12831283Other customers also bought: B<< StringLike >> from L<Types::TypeTiny> .
12841284
1285+ Notice: future versions of Types::Standard might introduce
1286+ coercions to B<Str > from B<< HasMethods['__TO_STRING__'] >> and
1287+ from B<StringLike > .
1288+
12851289=item *
12861290
12871291B<< Num >>
@@ -1355,7 +1359,7 @@ length can be given:
13551359
13561360Other customers also bought: B<< ArrayLike >> from L<Types::TypeTiny> .
13571361
1358- Notice: future versions of Types::Standard are likely to introduce
1362+ Notice: future versions of Types::Standard might introduce
13591363coercions to B<ArrayRef > from B<< HasMethods['__TO_ARRAYREF__'] >> and
13601364from B<ArrayLike > .
13611365
@@ -1373,7 +1377,7 @@ constrain the hash values.
13731377
13741378Other customers also bought: B<< HashLike >> from L<Types::TypeTiny> .
13751379
1376- Notice: future versions of Types::Standard are likely to introduce
1380+ Notice: future versions of Types::Standard might introduce
13771381coercions to B<HashRef > from B<< HasMethods['__TO_HASHREF__'] >> and
13781382from B<HashLike > .
13791383
@@ -1385,7 +1389,7 @@ A value where C<< ref($value) eq "CODE" >>.
13851389
13861390Other customers also bought: B<< CodeLike >> from L<Types::TypeTiny> .
13871391
1388- Notice: future versions of Types::Standard are likely to introduce
1392+ Notice: future versions of Types::Standard might introduce
13891393coercions to B<CodeRef > from B<< HasMethods['__TO_CODEREF__'] >> and
13901394from B<CodeLike > .
13911395
You can’t perform that action at this time.
0 commit comments