libexception-class-perl 1.44-ok1 source package in openKylin

Changelog

libexception-class-perl (1.44-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libexception-class-perl_1.44.orig.tar.gz 45.1 KiB 33f3fbf8b138d3b04ea4ec0ba83fb0df6ba898806bcf4ef393d4cafc1a23ee0d
libexception-class-perl_1.44-ok1.debian.tar.xz 1.9 KiB 479c1d8092bc125c4cb22e490f68be23671068727dd5877c1bd40af89317589e
libexception-class-perl_1.44-ok1.dsc 2.0 KiB 353317db66258d88838b4c3414c11081531e1f5808d79641418d73da1ec3f654

View changes file

Binary packages built by this source

libexception-class-perl: module that allows you to declare real exception classes in Perl

 Exception::Class allows you to declare exceptions in your modules in a
 manner similar to how exceptions are declared in Java.
 .
 It features a simple interface allowing programmers to 'declare'
 exception classes at compile time. It also has a base exception
 class, Exception::Class::Base, that can be used for classes stored in
 files (aka modules ;) ) that are subclasses.
 .
 It is designed to make structured exception handling simpler and
 better by encouraging people to use hierarchies of exceptions in their
 applications.