File: control

package info (click to toggle)
libclass-perl 1.00-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 72 kB
  • ctags: 2
  • sloc: perl: 68; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,239 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: libclass-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jeremiah C. Foster <jeremiah@jeremiahfoster.com>,
           Ivan Kohler <ivan-debian@420.am>,
           Jonathan Yu <jawnsy@cpan.org>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: optional
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-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclass-perl.git
Homepage: http://search.cpan.org/dist/CLASS/

Package: libclass-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: module providing aliases for __PACKAGE__
 CLASS is a minimalistic Perl module that simply provides aliases for the
 special literal, __PACKAGE__, which represents the current package name at
 that point during program execution. The aliases are mapped at compile-time,
 so there is no performance hit except for compilation of the module itself.
 .
 This module ensures that CLASS and $CLASS can be used anywhere in place of
 __PACKAGE__, and since $CLASS is a scalar, it has the additional benefit of
 working in strings.