1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
  
     | 
    
      Source: libasa-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Peter Pentchev <roam@ringlet.net>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libasa-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libasa-perl.git
Homepage: https://metacpan.org/release/asa
Package: libasa-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Multi-Arch: foreign
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.
 
     |