libclass-methodmaker-perl 2.18-1build2 source package in Ubuntu

Changelog

libclass-methodmaker-perl (2.18-1build2) precise; urgency=low

  * Rebuild with fixed Perl 5.14 on amd64.
 -- Colin Watson <email address hidden>   Tue, 15 Nov 2011 20:45:34 +0000

Upload details

Uploaded by:
Colin Watson
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
Precise release universe perl

Downloads

File Size SHA-256 Checksum
libclass-methodmaker-perl_2.18.orig.tar.gz 87.7 KiB 223b7a79025e9bff984d755f9744182505e110680b13eedbac2831d45ddbeeba
libclass-methodmaker-perl_2.18-1build2.debian.tar.gz 5.0 KiB 88c79aedd47131e3531db0bae0c0dc9e9c46a572ffb71fe230dee2da463bbc41
libclass-methodmaker-perl_2.18-1build2.dsc 2.2 KiB 4c0c7c5891631227b6f43b16a50accb7f04f6c5cfb9a268ac413081243bbb2ec

Available diffs

View changes file

Binary packages built by this source

libclass-methodmaker-perl: Perl module for creating generic methods

 Class::MethodMaker is a simple module which solves the problem of having to
 continually write accessor and mutator methods for your objects that perform
 standard tasks. Instead of thinking in terms of methods, you install one or
 more components into a class and methods are automatically created for you.
 A component is intended as a cohesive unit of data that should only be changed
 using the provided methods.