libmoose-perl 2.0205-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * Update, refresh and add DEP3 headers to pod.patch

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

  * New upstream release

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

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.

  [ Alessandro Ghedini ]
  * New upstream release
  * Refresh patches

libmoose-perl (2.0202-2) unstable; urgency=low

  * Remove test-time dependency on libdata-visitor-perl to fix
    circular dependency situation (Closes: #636052)

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

  * New upstream release.
  * debian/control: Convert Vcs-* fields to Git.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:08:45 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
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.0205.orig.tar.gz 654.7 KiB f0c004b082f737e64b2f7de55da51ae20b52bfc091006bfaa11192195a9b5e2d
libmoose-perl_2.0205-1.debian.tar.gz 11.3 KiB c984f0c9f1a2a79af04e4512cbfcf70e59a89ae77c455d317c17ea1ee915b87e
libmoose-perl_2.0205-1.dsc 3.1 KiB d9a6e27a13f18e3c979adaa48d02bac209d02013862985a93cad4d8a91227ba6

Available diffs

View changes file

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.