libmoose-perl 2.2015-1 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Apply multi-arch hints.
    + libmoose-perl: Add Multi-Arch: same.
  * Remove constraints unnecessary since buster in Build-Depends, Depends,
    and Recommends.

  [ gregor herrmann ]
  * Import upstream version 2.2015.
  * Update test and runtime dependencies.
  * Update debian/upstream/metadata.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.0.

 -- gregor herrmann <email address hidden>  Sat, 16 Oct 2021 18:05:50 +0200

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.2015-1.dsc 3.8 KiB e9ac3f14fd7287e08670ec20ef04ab551f7adf42599a358ee9cca7a6bb612794
libmoose-perl_2.2015.orig.tar.gz 878.2 KiB a679d39d3e2c075a88fe7de034923e7ed7caca465da188337eb1043af050f515
libmoose-perl_2.2015-1.debian.tar.xz 14.0 KiB efc5902ae5ba5d5f2081e2cedf4dfbb1882103bf0a4743dfa3d25c455899834e

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