ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/devel/p5-Specio/pkg-descr
Revision: 23684
Committed: Wed Jul 25 23:08:59 2018 UTC (5 years, 8 months ago) by laffer1
Content type: text/plain
File size: 633 byte(s)
Log Message:
update a few perl ports, add some missing files

File Contents

# Content
1 The Specio distribution provides classes for representing type constraints and
2 coercion, along with syntax sugar for declaring them.
3
4 Note that this is not a proper type system for Perl. Nothing in this
5 distribution will magically make the Perl interpreter start checking a value's
6 type on assignment to a variable. In fact, there's no built-in way to apply a
7 type to a variable at all.
8
9 Instead, you can explicitly check a value against a type, and optionally coerce
10 values to that type.
11
12 The author's long-term goal is to replace Moose's built-in types and
13 MooseX::Types with this module.
14
15 WWW: https://metacpan.org/release/Specio

Properties

Name Value
svn:eol-style native
svn:mime-type text/plain