librole-identifiable-perl 0.005-1 source package in Ubuntu

Changelog

librole-identifiable-perl (0.005-1) unstable; urgency=low

  * Initial Release. (Closes: #615996)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  04 May 2011 10:07:25 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
librole-identifiable-perl_0.005.orig.tar.gz 10.4 KiB 86910b6052d50bc64d1613bc1274f2ae17d553bfc3f0247a3fe3f7bb2cdd3aee
librole-identifiable-perl_0.005-1.debian.tar.gz 1.6 KiB 8980ce3fac3f76af279403ea5513ce5c564c5401d47b9cc0c197b890eed6ba01
librole-identifiable-perl_0.005-1.dsc 2.1 KiB 26efcc0e664aadf5dd2547a1572aa4f16b86e4f9481e97c52651dca045652bb6

View changes file

Binary packages built by this source

librole-identifiable-perl: Moose roles to identify things

 The Role::Identifiable distribution provides several Moose roles for
 identifying things.
 .
 This distribution provides the following roles:
  * Role::Identifiable::HasIdent - Adds a required ident attribute that
    stores a simple string, meant to identify exceptions.
  * Role::Identifiable::HasTags - Adds the ability for your class and its
    composed parts (roles, superclasses) as well as instances of it to
    contribute to a pool of tags describing each instance.