Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schwern/perl-signatures-common
A common definition and test suite for Perl function signatures.
https://github.com/schwern/perl-signatures-common
Last synced: 3 months ago
JSON representation
A common definition and test suite for Perl function signatures.
- Host: GitHub
- URL: https://github.com/schwern/perl-signatures-common
- Owner: schwern
- Created: 2010-08-09T21:55:35.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-08-21T00:27:54.000Z (over 14 years ago)
- Last Synced: 2024-10-03T12:38:37.582Z (3 months ago)
- Language: Perl
- Homepage:
- Size: 117 KB
- Stars: 15
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a package to hold common definitions of what Perl function and method
signatures should look like and how they behave along with a test suite. The
documentation is in lib/Perl/Signatures/Common.pod and the tests are in t/The intent is that signature authors will implement a common subset of this API,
clearly define where they extend or differ from it, and make use of the tests
to ensure a robust implementation.This is to be a collaboration between the contributors to the various Perl signature
modules. If you're one of them and don't have a commit bit, please let us know.There is NO CODE HERE just docs and tests. If you want function signatures
in Perl, please use one of these fine modules.* Method::Signatures::Simple
* Method::Signatures
* signatures
* MooseX::Method::Signatures