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
|
Source: librg-exception-perl
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Ariane Boehm <boehma@in.tum.de>,
Laszlo Kajan <lkajan@rostlab.org>,
Andreas Tille <tille@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13), libmodule-build-perl
Build-Depends-Indep: perl
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/med-team/librg-exception-perl
Vcs-Git: https://salsa.debian.org/med-team/librg-exception-perl.git
Homepage: https://rostlab.org/
Rules-Requires-Root: no
Package: librg-exception-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: RG::Exception Perl module
This package provides the RG::Exception Perl module, required by certain
tools from the Rost Lab.
.
The following exceptions are implemented:
* RG::Exception
* RG::Exception::NotImplemented
* RG::Exception::SyntaxError
|