File: control

package info (click to toggle)
libclass-inner-perl 0.200001-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 56 kB
  • ctags: 10
  • sloc: perl: 88; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 824 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-inner-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>, Jonathan Yu <jawnsy@cpan.org>
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/Class-Inner/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-inner-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-inner-perl/

Package: libclass-inner-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: module providing Java-like inner classes
 Class::Inner is an implementation of an anonymous class with per-object
 overrideable methods, but with the added attraction of sort-of-working
 dispatch to the parent class's method.