Source: libmethod-signatures-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libany-moose-perl,
                     libconst-fast-perl,
                     libdata-alias-perl,
                     libdevel-declare-perl,
                     liblexical-sealrequirehints-perl (>= 0.08),
                     libmoose-perl,
                     libmouse-perl,
                     libppi-perl,
                     libsub-name-perl,
                     libtest-exception-perl,
                     libtest-warn-perl
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmethod-signatures-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmethod-signatures-perl.git
Homepage: https://metacpan.org/release/Method-Signatures

Package: libmethod-signatures-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libany-moose-perl,
         libconst-fast-perl,
         libdevel-declare-perl,
         liblexical-sealrequirehints-perl (>= 0.08),
         libmouse-perl,
         libppi-perl,
         libsub-name-perl
Recommends: libdata-alias-perl,
            libmoose-perl
Description: method and function declarations with signatures and no source filter
 Method::Signatures provides two new keywords, func and method, which
 may be used to write subroutines with signatures, very similar to
 perl6 signatures.
 .
 It also does type checking, understanding all the types that Moose
 (or Mouse) would understand.