libmoose-perl 2.0200-1 source package in Ubuntu

Changelog

libmoose-perl (2.0200-1) unstable; urgency=low
  * New upstream release.  * Update (build-)dependencies and breaks according to upstream changes.  * Fix syntax error in POD documentation.    + new patch: pod.patch  * Remove empty man pages for Moose::Error::Util and    Moose::Util::TypeConstraints::Builtins. -- Ansgar Burchardt <email address hidden>  Wed, 20 Jul 2011 18:43:18 +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

Downloads

File Size SHA-256 Checksum
libmoose-perl_2.0200-1.dsc 3.1 KiB aa77f40f3c9abd0ceb066fb9a7863d06c701e7a18ced6cef2ecbf57ed91caba9
libmoose-perl_2.0200.orig.tar.gz 651.3 KiB b66efdad109589131f0033d1468ea5b71e1fcef98d67cd9a28ee886b7bd74e5e
libmoose-perl_2.0200-1.debian.tar.gz 10.9 KiB 202c3dec5528613f90dc02d30dec8261fb97a8e87e914d3ba670be2adcf208d7

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.