File: control

package info (click to toggle)
libasa-perl 0.02-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 136 kB
  • ctags: 71
  • sloc: perl: 928; makefile: 15
file content (20 lines) | stat: -rw-r--r-- 856 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libasa-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.6.0-12), libtest-pod-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Peter Pentchev <roam@ringlet.net>
Standards-Version: 3.8.1
Homepage: http://search.cpan.org/dist/asa/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libasa-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libasa-perl/

Package: libasa-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Perl module for expanding a class or object's list of base classes
 The asa pragma attempts a new approach to bringing Java-style interfaces
 or Perl 6-style roles to Perl 5.  It allows a class or object to
 look like a derivative of another class without actually specifying
 it in the @ISA array.