librose-object-perl 0.859-1 source package in Ubuntu

Changelog

librose-object-perl (0.859-1) unstable; urgency=low

  * New upstream release.
  * Switch to source format 3.0 (quilt).
  * debian/copyright: update years of upstream copyright and formatting.
  * Set Standards-Version to 3.9.1 (no changes).
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  15 Nov 2010 09:19:10 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Natty
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

Natty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
librose-object-perl_0.859.orig.tar.gz 35.4 KiB 3553a7f65d0bc316d14c49687e43b628ee950921659898b26a0c29826d2d9095
librose-object-perl_0.859-1.debian.tar.gz 2.3 KiB c79c590dd3f51f400e8462446c21a61ea1d4e3359b78dc9565b0db7c1afb3863
librose-object-perl_0.859-1.dsc 2.1 KiB d740aa26a99903b04646223e9a66aa4d08c9defb2d5230b99c659edf7e629e51

Available diffs

View changes file

Binary packages built by this source

librose-object-perl: simple Perl object base class

 Rose::Class is a generic base class for classes. It provides a single class
 method (error), but may be expanded further in the future.
 .
 A class that inherits from Rose::Class is not expected to allow objects
 of that class to be instantiated, since the namespace for class and object
 methods is shared. For example, it is common for Rose::Object-derived classes
 to have error methods, but this would conflict with the Rose::Class method of
 the same name.