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

Changelog

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


  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"

  [ gregor herrmann ]
  * New upstream release.
  * Drop spelling.patch, merged upstream.
  * debian/rules: use dh(1)'s --buildsystem instead of on override.
  * Update years of packaging copyright.
  * Use debhelper 9.20120312 to get all hardening flags.
  * Declare compliance with Debian Policy 3.9.5.

 -- gregor herrmann <email address hidden>  Wed, 25 Dec 2013 21:54:14 +0100

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
Trusty release universe perl

Downloads

File Size SHA-256 Checksum
libclass-methodmaker-perl_2.19-1.dsc 2.2 KiB b6b65d5609f9f370423c2b9bd7f5120639092f3355bece623a8e3c3ffa0d6b33
libclass-methodmaker-perl_2.19.orig.tar.gz 86.4 KiB 28da271bec6f4dd181d7b1e880363b19c3bda94f1c87eeec3d3438c1fc4716bd
libclass-methodmaker-perl_2.19-1.debian.tar.gz 4.8 KiB f3d8613d611ca918b6dc72be60b308f3f167c3ec032ba2d612112f03ff6dcf2b

No changes file available.

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.