libclass-makemethods-perl 1.01-4 source package in Ubuntu

Changelog

libclass-makemethods-perl (1.01-4) unstable; urgency=low

  * Take over for the Debian Perl Group on maintainer's request
    (http://lists.debian.org/debian-perl/2009/10/msg00004.html)
  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); Homepage field (source stanza);
    ${misc:Depends} to Depends: field. Changed: Maintainer set to Debian
    Perl Group <email address hidden> (was: Eric
    Dorland <email address hidden>); Eric Dorland <email address hidden> moved to
    Uploaders.
  * debian/watch: use dist-based URL.
  * Add /me to Uploaders.
  * Set Standards-Version to 3.8.3 (no changes).
  * Switch from CDBS to debhelper 7.
  * New format for debian/copyright.
  * Add patch to fix some POD/man problems; add quilt framework.

 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  05 Nov 2009 06:04:31 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Lucid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe perl
Trusty release universe perl
Precise release universe perl

Builds

Lucid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libclass-makemethods-perl_1.01.orig.tar.gz 158.4 KiB 4b22bdfdf9fe940a2d5732e7c263a1fb5b29bea68561006386c36f6d3a2ad1c1
libclass-makemethods-perl_1.01-4.diff.gz 2.5 KiB 6cca0f913057182f53ae3515f101414f9af22d6c2c996d1cccc9e27ec5af166b
libclass-makemethods-perl_1.01-4.dsc 1.4 KiB f3a003befdb52df52a19626e5f51b35527d5393e233c5e56b9e4c79ad5a17421

Available diffs

View changes file

Binary packages built by this source

libclass-makemethods-perl: Perl module for generating common types of methods

 The Class::MakeMethods framework allows Perl class developers to
 quickly define common types of methods. When a module uses
 Class::MakeMethods or one of its subclasses, it can select from a
 variety of supported method types, and specify a name for each method
 desired. The methods are dynamically generated and installed in the
 calling package.