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

Changelog

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

  [ Ryan Niebur ]
  * Email change: Jonathan Yu -> <email address hidden>

  [ Jonathan Yu ]
  * New upstream releases 2.16, 2.17
  * Standards-Version 3.8.4 (no changes)
  * Use new 3.0 (quilt) source format
  * Remove patch to disable signature test (removed upstream)

  [ gregor herrmann ]
  * New upstream release 2.18 (closes: #628633).
  * Update copyright formatting and years of upstream copyright.
  * Remove commented out line frm debian/watch.
  * Bump debhelper compatibility level to 8.
  * Set Standards-Version to 3.9.2 (no changes).
  * Add a patch to fix a small spelling mistake.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  06 Jun 2011 08:22:28 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
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-1.debian.tar.gz 5.0 KiB e0cfd05f7379d98d48a45cc0492763f91121c3711af318ffebbe47959da755c5
libclass-methodmaker-perl_2.18-1.dsc 2.1 KiB 1b68061a2de63f86d279a1b3f6c78b36c92be08d0b45e2151f9deb21314168b9

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.