Skip to content

Commit b57a955

Browse files
committed
Alter documentation about potential future coercions to be added to Types::Standard
1 parent fbd5f3d commit b57a955

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

lib/Types/Standard.pm

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1282,6 +1282,10 @@ typeglobs and vstrings.)
12821282
12831283
Other 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
12871291
B<< Num >>
@@ -1355,7 +1359,7 @@ length can be given:
13551359
13561360
Other 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
13591363
coercions to B<ArrayRef> from B<< HasMethods['__TO_ARRAYREF__'] >> and
13601364
from B<ArrayLike>.
13611365
@@ -1373,7 +1377,7 @@ constrain the hash values.
13731377
13741378
Other 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
13771381
coercions to B<HashRef> from B<< HasMethods['__TO_HASHREF__'] >> and
13781382
from B<HashLike>.
13791383
@@ -1385,7 +1389,7 @@ A value where C<< ref($value) eq "CODE" >>.
13851389
13861390
Other 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
13891393
coercions to B<CodeRef> from B<< HasMethods['__TO_CODEREF__'] >> and
13901394
from B<CodeLike>.
13911395

0 commit comments

Comments
 (0)