libclass-insideout-perl 1.14-3 source package in Ubuntu

Changelog

libclass-insideout-perl (1.14-3) unstable; urgency=medium

  [ Xavier Guimard ]
  * Email change: Xavier Guimard -> <email address hidden>

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Jenkins ]
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Mon, 12 Dec 2022 23:24:41 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libclass-insideout-perl_1.14-3.dsc 2.2 KiB de5daa414de1d53022cfab9711e4a985cfeb3cf0e7217fce630fd2974d7a70f1
libclass-insideout-perl_1.14.orig.tar.gz 48.2 KiB dd1c70cc193ca82bc6f9afb5ffe7ffc6598978d7125f4e45e55cc8ab3029e383
libclass-insideout-perl_1.14-3.debian.tar.xz 4.0 KiB 91ae7b2f6c2be27529a5781e91f4e9c430180c30c54aed2d6620f011a19ef658

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.