libclass-insideout-perl 1.13-2 source package in Ubuntu

Changelog

libclass-insideout-perl (1.13-2) unstable; urgency=low


  * Team upload

  * add explicit (build-) dependency on libclass-isa-perl, which is no longer
    pulled up by perl-modules in perl 5.18

 -- Damyan Ivanov <email address hidden>  Tue, 13 Aug 2013 23:21:14 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
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

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libclass-insideout-perl_1.13-2.dsc 2.2 KiB 1d45ecb60390f3d96c5879fdc6e3c46bb8de4aece97a1831a09c9b20ed88393b
libclass-insideout-perl_1.13.orig.tar.gz 45.4 KiB 11acd51c990ad7a73181f1d086526ab8c567d22ccdc75e4b5ffd7db9a2a5f108
libclass-insideout-perl_1.13-2.debian.tar.gz 3.6 KiB 20c518c31455d116a478c8cf0118b87f2e258ab1a7c69ee3e15f57c063ce896a

Available diffs

No changes file available.

Binary packages built by this source

libclass-insideout-perl: safe, simple inside-out object construction kit

 Class::InsideOut is a simple, safe and streamlined toolkit for building
 inside-out objects. Unlike most other inside-out object building modules
 already on CPAN, this module aims for minimalism and robustness:
 .
   * Does not require derived classes to subclass it
   * Uses no source filters, attributes or CHECK blocks
   * Supports any underlying object type including black-box inheritance
   * Does not leak memory on object destruction
   * Overloading-safe
   * Thread-safe for Perl 5.8.5 or better
   * mod_perl compatible
   * Makes no assumption about inheritance or initializer needs
 .
 It provides the minimal support necessary for creating safe inside-out
 objects and generating flexible accessors.