1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: libclass-forward-perl
Section: perl
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libclass-forward-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libclass-forward-perl.git
Homepage: https://metacpan.org/release/Class-Forward
Package: libclass-forward-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: class dispatcher that handles namespaces like paths
Class::Forward is designed to simply return class names or dispatch method
calls using shorthand. It uses file-system path specification conventions to
match against class namespaces.
|