libmoose-perl 2.2207-ok1 source package in openKylin

Changelog

libmoose-perl (2.2207-ok1) nile; urgency=medium

  * Build for openKylin.

 -- luoyaoming <email address hidden>  Tue, 16 Apr 2024 20:03:03 +0800

Upload details

Uploaded by:
luoyaoming
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

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

Downloads

File Size SHA-256 Checksum
libmoose-perl_2.2207.orig.tar.gz 885.7 KiB 7c2daddc49754ded93f65b8ce9e3ac9b6d11ab27d111ec77f95a8528cf4ac409
libmoose-perl_2.2207-ok1.debian.tar.xz 7.1 KiB a26ccad46ffd8bc38187ec8ea0a9694fa4b4646f1b6e4a3950db1c4e58f54df6
libmoose-perl_2.2207-ok1.dsc 3.4 KiB 0711455f05e68810507d041560cb0e12acaf2bf10324d4dfffafbebc4e12b558

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