libmoose-perl 2.1604-1build1 source package in Ubuntu

Changelog

libmoose-perl (2.1604-1build1) xenial; urgency=medium

  * Rebuild for Perl 5.22.1.

 -- Colin Watson <email address hidden>  Fri, 18 Dec 2015 15:17:43 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Xenial
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe perl

Downloads

File Size SHA-256 Checksum
libmoose-perl_2.1604.orig.tar.gz 784.0 KiB 3fee73c316046597d61cde3a82a55d7b521ed54392c20ee4637578955ceaaa5f
libmoose-perl_2.1604-1build1.debian.tar.xz 12.9 KiB 26ce8f8250ca8845360c92fabf6dfd8d8b82a65eec04481c551249a987afff55
libmoose-perl_2.1604-1build1.dsc 3.7 KiB 55ff31d8e54ae469367b97ca0c75f868875f65073f5241380b013d3b3a92ac07

View changes file

Binary packages built by this source

libmoose-perl: No summary available for libmoose-perl in ubuntu yakkety.

No description available for libmoose-perl in ubuntu yakkety.

libmoose-perl-dbgsym: debug symbols for package libmoose-perl

 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.