libmoose-perl 2.2200-1build3 source package in Ubuntu

Changelog

libmoose-perl (2.2200-1build3) lunar; urgency=medium

  * Rebuild against new perlapi-5.36.

 -- Gianfranco Costamagna <email address hidden>  Fri, 04 Nov 2022 21:33:23 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libmoose-perl_2.2200.orig.tar.gz 881.6 KiB 1727c4fbc50045f0a7893ed71661d5f09a11b4e3a3c9c5690faf4bd36d7d7cea
libmoose-perl_2.2200-1build3.debian.tar.xz 14.2 KiB c87a5feda65d0d2fb7607cc9cb53341dd69fdf4106d26e25061a6e76f688cca3
libmoose-perl_2.2200-1build3.dsc 3.5 KiB 6970395c1aa8bf98d964c99e41ef5519bb8815517070998f158a43398b33c5a3

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