libclass-accessor-chained-perl 0.01.1~debian-2.1 source package in Ubuntu

Changelog

libclass-accessor-chained-perl (0.01.1~debian-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * Conditionally remove $(TMP)/usr/lib/perl5 (closes: #467707)
  * Stop ignoring clean errors in debian/rules
  * This is not a native package
  * Update Standards-Version (no changes)

 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  02 May 2008 02:12:53 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Intrepid
Original maintainer:
James Bromberger
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

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

Builds

Intrepid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libclass-accessor-chained-perl_0.01.1~debian.orig.tar.gz 2.3 KiB a5bf49d3804f83ad25a1b16f327d14d4cbee2270132104b28705031dbccc34d2
libclass-accessor-chained-perl_0.01.1~debian-2.1.diff.gz 2.2 KiB 6614b5cf0a47620c5934a5da8ad5cf92cde9c7861ef7b05969daec8e15c37ca5
libclass-accessor-chained-perl_0.01.1~debian-2.1.dsc 718 bytes 0975aec1a215d02ef44fb050935df33f42fb666530942b8ecebc468ed3ba833d

View changes file

Binary packages built by this source

libclass-accessor-chained-perl: Perl module providing chained accessors

 A chained accessor is one that always returns the object when called
 with parameters (to set), and the value of the field when called with
 no arguments.
 .
 Class::Accessor::Chained subclasses Class::Accessor in order to provide
 the same mk_accessors interface.