Source: libparse-method-signatures-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 10) Build-Depends-Indep: perl, libaliased-perl, libclass-load-perl (>= 0.19), liblist-moreutils-perl, libmoose-perl, libmoosex-traits-perl, libmoosex-types-perl, libmoosex-types-structured-perl, libnamespace-clean-perl, libppi-perl, libtest-differences-perl, libtest-exception-perl Standards-Version: 4.1.3 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libparse-method-signatures-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libparse-method-signatures-perl.git Homepage: https://metacpan.org/release/Parse-Method-Signatures Package: libparse-method-signatures-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libclass-load-perl (>= 0.19), liblist-moreutils-perl, libmoose-perl, libmoosex-traits-perl, libmoosex-types-perl, libmoosex-types-structured-perl, libnamespace-clean-perl, libppi-perl Description: Perl module to parse Perl6-like method signatures 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).