File: control

package info (click to toggle)
libclass-forward-perl 0.100006-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 124 kB
  • ctags: 12
  • sloc: perl: 137; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 839 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: libclass-forward-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-forward-perl.git
Vcs-Git: git://anonscm.debian.org/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.