libmoose-perl 2.2206-1build1 source package in Ubuntu

Changelog

libmoose-perl (2.2206-1build1) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Thu, 11 Jan 2024 03:51:14 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
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.2206.orig.tar.gz 885.5 KiB 67972c4e2bc39fbda38518177af0e67bbbeb548562e4ec4b759a1a7a583e505b
libmoose-perl_2.2206-1build1.debian.tar.xz 14.2 KiB ccaf59817a284bd91acf60b94267e5f8824bf3ffe98e6f0bef6241392d768376
libmoose-perl_2.2206-1build1.dsc 3.5 KiB 6e17f84a07809c28a5c82d47ea9330e916b9070e834155f4ae7f1aa2c1578b21

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