libmoose-perl 2.2009-1 source package in Ubuntu

Changelog

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

  [ gregor herrmann ]
  * Drop debian/tests/pkg-perl/smoke-tests, handled by pkg-perl-
    autopkgtest now.

  [ Alex Muntada ]
  * Remove inactive pkg-perl members from Uploaders.

  [ Damyan Ivanov ]
  * New upstream version 2.2009
  * update versions of (build) dependencies
  * declare conformance with Policy 4.1.2 (no changes)

 -- Damyan Ivanov <email address hidden>  Thu, 21 Dec 2017 20:38:29 +0000

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
Bionic release universe perl

Downloads

File Size SHA-256 Checksum
libmoose-perl_2.2009-1.dsc 3.2 KiB 4d90e104cbcdd3def4d43699ea2f731929cc3f505ab2de4086993ce8179f44b5
libmoose-perl_2.2009.orig.tar.gz 801.1 KiB 63ba8a5e27dbcbdbac2cd8f4162fff50a31e9829d8955a196a5898240c02d194
libmoose-perl_2.2009-1.debian.tar.xz 13.6 KiB 65664e939cdfa07d2337473e278879c16d7f525ca3eaec6b8e0c2e4cb51aec70

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