@@ -4,7 +4,7 @@ Specio - Type constraints and coercions for Perl
4
4
5
5
# VERSION
6
6
7
- version 0.43
7
+ version 0.44
8
8
9
9
# SYNOPSIS
10
10
@@ -374,6 +374,26 @@ Here are some of the salient differences:
374
374
Moose has some bizarre (and mostly) undocumented features relating to
375
375
coercions and parameterizable types. This is a misfeature.
376
376
377
+ # OPTIONAL PREREQS
378
+
379
+ There are several optional prereqs that if installed will make this
380
+ distribution better in some way.
381
+
382
+ - [ Ref::Util] ( https://metacpan.org/pod/Ref::Util )
383
+
384
+ Installing this will speed up a number of type checks for built-in types.
385
+
386
+ - [ XString] ( https://metacpan.org/pod/XString )
387
+
388
+ If this is installed it will be loaded instead of the [ B] ( https://metacpan.org/pod/B ) module if you have
389
+ Perl 5.10 or greater. This module is much more memory efficient than loading
390
+ all of [ B] ( https://metacpan.org/pod/B ) .
391
+
392
+ - [ Sub::Util] ( https://metacpan.org/pod/Sub::Util ) or [ Sub::Name] ( https://metacpan.org/pod/Sub::Name )
393
+
394
+ If one of these is installed then stack traces that end up in Specio code will
395
+ have much better subroutine names for any frames.
396
+
377
397
# WHY THE NAME?
378
398
379
399
This distro was originally called "Type", but that's an awfully generic top
419
439
420
440
# CONTRIBUTORS
421
441
442
+
422
443
423
444
424
445
- Karen Etheridge
< [email protected] >
425
446
426
447
# COPYRIGHT AND LICENSE
427
448
428
- This software is Copyright (c) 2012 - 2018 by Dave Rolsky.
449
+ This software is Copyright (c) 2012 - 2019 by Dave Rolsky.
429
450
430
451
This is free software, licensed under:
431
452
0 commit comments