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

Changelog

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

  * Rebuild for Perl 5.14.
 -- Colin Watson <email address hidden>   Tue, 15 Nov 2011 13:38:45 +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

Downloads

File Size SHA-256 Checksum
libclass-methodmaker-perl_2.18.orig.tar.gz 87.7 KiB 223b7a79025e9bff984d755f9744182505e110680b13eedbac2831d45ddbeeba
libclass-methodmaker-perl_2.18-1build1.debian.tar.gz 5.0 KiB c206ef984ee2f64d91969c386ca8d2685cacce8f6330db061e4fed2aa96bbb3b
libclass-methodmaker-perl_2.18-1build1.dsc 2.2 KiB 71618ef330e73c56f2ed1fc648657818e4670b00c4511ac6aed9ba7bec91cadf

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.