libmoose-perl 2.2012-1 source package in Ubuntu

Changelog

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

  * Import upstream version 2.2012.
  * Update years of packaging copyright.
  * Update Build-Depends for cross builds.
  * Annotate test-only build dependencies with <!nocheck>.
  * Declare compliance with Debian Policy 4.4.1.
  * debian/watch: use uscan version 4.
  * Remove obsolete fields Name, Contact from debian/upstream/metadata.
  * Update {alternative,versioned} (build) dependencies.
  * Bump debhelper-compat to 12.

 -- gregor herrmann <email address hidden>  Sat, 23 Nov 2019 21:05:53 +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.2012-1.dsc 3.9 KiB bdce42a2eef44a0dca3f3a49dae5c76912794fb5b545f77fbd5e551d9417004c
libmoose-perl_2.2012.orig.tar.gz 822.9 KiB 46bbe47a9d16379c355b3a263214eb69bf0edca6a0ef75499a012236f5153569
libmoose-perl_2.2012-1.debian.tar.xz 13.5 KiB 7ab70bffa57d0ed64a032135987e9e91977ea2c38f9e9a92a0c8dac8b2a4645d

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