libmoose-perl 2.2014-ok1 source package in openKylin

Changelog

libmoose-perl (2.2014-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- denghao <email address hidden>  Tue, 30 Aug 2022 05:12:52 +0300

Upload details

Uploaded by:
denghao
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libmoose-perl_2.2014.orig.tar.gz 878.0 KiB 33c75c11143d1943be9be61bb37e134fe4b0a316fa4494a380a2e3dd416f116a
libmoose-perl_2.2014-ok1.debian.tar.xz 16.8 KiB 4e600998fe6dd3710f4237d5a2947834e97c562e39f980437826d2a831555690
libmoose-perl_2.2014-ok1.dsc 3.2 KiB e30ae29170a46a0b82b4bf8a74036eeb1922d9dde5a4be90ebedbea5c473c21f

Available diffs

View changes file

Binary packages built by this source

libmoose-perl: modern Perl object system framework

 Moose is an extension of the Perl 5 object system. The main goal of Moose is to
 make Perl 5 Object Oriented programming easier, more consistent, and less
 tedious. With Moose you can think more about what you want to do and less about
 the mechanics of OOP.
 .
 Additionally, Moose is built on top of Class::MOP, which is a metaclass system
 for Perl 5. This means that Moose not only makes building normal Perl 5 objects
 better, but it provides the power of metaclass programming as well.
 .
 Moose also conveniently manages all attributes (including inherited ones) that
 are defined, but also provides facilities for properly initializing instance
 slots, setting defaults where appropriate and performing any necessary type
 constraint checking or coercion.
 .
 More details about the structure of Moose as well as its features can be found
 in the ever-expanding Moose::Cookbook document.

libmoose-perl-dbgsym: debug symbols for libmoose-perl