Paketname | libparse-method-signatures-perl |
Beschreibung | Perl module to parse Perl6-like method signatures |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.003013-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 160 Byte |
Hängt ab von | perl, libmoosex-traits-perl, libnamespace-clean-perl (>= 0.10), libppi-perl (>= 1.203), libmoose-per |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 28340 Byte |
Prüfsumme MD5 | ea0983aab0f7143fb3e247e028652694 |
Prüfsumme SHA1 | 0ffd72d108484b9f54f82e11038b3818cc88130c |
Prüfsumme SHA256 | ac04b21472005779956b9f5ff2c57f7e4d71297b376b46e67f9e1e8568c5ce39 |
Link zum Herunterladen | libparse-method-signatures-perl_1.003013-1_all.de |
Ausführliche Beschreibung | Parse::Method::Signatures takes a method signature and extracts information
about it. For users of Perl5 who are unfamiliar with this feature, it is
essentially what prototypes are to other languages like C, where methods and
functions have parameterized lists that can also optionally enforce data type
constraints. It is useful to process Perl6 code, but also the subset of Perl6
supported backported to Perl5 via Moose.
.
This is primarily intended as a utility module to be used by developers that
work with either Moose or Perl6 code, such as MooseX::Method::Signatures
(see libmoosex-method-signatures-perl).
|