libmoose-perl 2.2011-1build2 source package in Ubuntu

Changelog

libmoose-perl (2.2011-1build2) focal; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Sat, 19 Oct 2019 10:37:50 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
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.2011.orig.tar.gz 803.8 KiB 973d0a35d9f39bf93bbc5206c25f5ec3651f96356f082d31873c0ac9a5c1cd82
libmoose-perl_2.2011-1build2.debian.tar.xz 13.8 KiB 0abd5d9e14e50549fcfe4239032348968b882216f213939697a4e5e7e64d044e
libmoose-perl_2.2011-1build2.dsc 3.3 KiB b69f3578b0697b9a37f2c88179f6034cf3a60b9d820a145f8f0573401f01875b

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