aboutsummaryrefslogtreecommitdiff
path: root/perl/perl-Parse-Method-Signatures/README
diff options
context:
space:
mode:
authorJan F. Chadima <jfch@jagda.eu>2019-11-09 12:10:01 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-11-09 12:10:01 +0700
commit1f08e8c3b7f6a215b9720b71200bc1f7439be445 (patch)
treefcb565f7dc15c629adc374f4436735d7b3dedfbd /perl/perl-Parse-Method-Signatures/README
parent37d9530e6a662221814b627c63e811a9ab8c61a8 (diff)
perl/perl-Parse-Method-Signatures: Added (Parse signatures).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Parse-Method-Signatures/README')
-rw-r--r--perl/perl-Parse-Method-Signatures/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl/perl-Parse-Method-Signatures/README b/perl/perl-Parse-Method-Signatures/README
new file mode 100644
index 0000000000000..4d1dab8c8a125
--- /dev/null
+++ b/perl/perl-Parse-Method-Signatures/README
@@ -0,0 +1,4 @@
+Parse::Method::Signatures is an extension of the Perl 5 object system.
+
+It is inspired by Perl6::Signature but streamlined to just support the subset
+deemed useful for TryCatch and MooseX::Method::Signatures.