libobject-lazy-perl 0.16-2 source package in Ubuntu

Changelog

libobject-lazy-perl (0.16-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sun, 16 Oct 2022 04:00:16 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libobject-lazy-perl_0.16-2.dsc 2.3 KiB 00ce2abbabbafd4b26a03aaf879230b4c450cba5233342cfe78ca703379a0e35
libobject-lazy-perl_0.16.orig.tar.gz 14.6 KiB 02991a2863a68f0dc6a22ab93f629c4d73810aec6156d32dd99d8d4a5ff08a2b
libobject-lazy-perl_0.16-2.debian.tar.xz 1.8 KiB c564244f9229f91a89ca48b1c846651f9b68033288b5721533c51a9716c5b827

Available diffs

No changes file available.

Binary packages built by this source

libobject-lazy-perl: create objects late from non-owned classes

 Object::Lazy implements lazy evaluation and can create lazy objects from
 every class.
 .
 Creates a dummy object including a subroutine which knows how to build the
 real object.
 .
 Later, if a method of the object is called, the real object will be built.
 .
 Inherited methods from UNIVERSAL.pm are implemented and so overwritten. This
 are isa, DOES, can and VERSION.