libmoose-perl 2.1005-1 source package in Ubuntu

Changelog

libmoose-perl (2.1005-1) unstable; urgency=low


  * New upstream release
  * Add new Build-Depends:
    - libdist-checkconflicts-perl
    - libtext-checkdeps-perl
    - libcpan-meta-check-perl
  * Refresh patches
  * Add 03_carp-version.patch

 -- Alessandro Ghedini <email address hidden>  Mon, 26 Aug 2013 16:39:42 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main perl

Downloads

File Size SHA-256 Checksum
libmoose-perl_2.1005-1.dsc 3.2 KiB eec49aa84cc316f12e73da059d238d6f8195962600a68bd063d5f54f0f03b98d
libmoose-perl_2.1005.orig.tar.gz 696.4 KiB 41944b35ef3212b74a6979179d1ec275eff15203ed0291d09517efbdc3d42eda
libmoose-perl_2.1005-1.debian.tar.gz 13.4 KiB 20424981d46435d3719cd79ce46769985c3b6c230e5cb58a7907696f67428226

Available diffs

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.