libmoose-perl 2.2207-1 source package in Ubuntu

Changelog

libmoose-perl (2.2207-1) unstable; urgency=medium

  * Import upstream version 2.2207.
  * Remove test dependency on libtest-cleannamespaces-perl.
  * Update years of packaging copyright.

 -- gregor herrmann <email address hidden>  Sun, 21 Jan 2024 18:19:32 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
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.2207-1.dsc 3.7 KiB 59350216154a59c2c08e9403087770977b425252e04afeccf88cf64d4f3a6343
libmoose-perl_2.2207.orig.tar.gz 885.7 KiB 7c2daddc49754ded93f65b8ce9e3ac9b6d11ab27d111ec77f95a8528cf4ac409
libmoose-perl_2.2207-1.debian.tar.xz 14.2 KiB 2f1b0c26c211468b15196c783e4c0165b929a8c0a1a4189a66df096fa7ce74eb

No changes file available.

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