libmousex-strictconstructor-perl 0.02-ok2 source package in openKylin

Changelog

libmousex-strictconstructor-perl (0.02-ok2) nile; urgency=medium

  * Build for openKylin.

 -- zhouganqing <email address hidden>  Fri, 26 Apr 2024 16:07:36 +0800

Upload details

Uploaded by:
周淦清
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main perl
Nile V2.0 proposed main perl

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmousex-strictconstructor-perl_0.02.orig.tar.gz 20.3 KiB 44a9e8f60a26bdc9e1d68667d4e0ff7487dc11d16b68b938dcf95cc78b868863
libmousex-strictconstructor-perl_0.02-ok2.debian.tar.xz 1.7 KiB fb190ff4af8f17589e4884bc25071ec04e7229111eb2d39d342dea662771aa66
libmousex-strictconstructor-perl_0.02-ok2.dsc 2.0 KiB 6c1bbb8090ac6c9c91f3bb8f63579e1ef3e44e6eff79d237cdbf0a99a5ab16b9

View changes file

Binary packages built by this source

libmousex-strictconstructor-perl: Mouse extension for making object constructors die on unknown attributes

 Simply loading MouseX::StrictConstructor in your Perl package will make
 your constructor "strict". If your constructor is called with an attribute
 argument that your class does not declare, then it dies. This is a great
 way to catch small typos.