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

Changelog

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

  * Adding a patch fixing RT131817
    (https://rt.cpan.org/Public/Bug/Display.html?id=131817).

 -- Andrius Merkys <email address hidden>  Mon, 24 Feb 2020 05:08:31 -0500

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libobject-lazy-perl_0.15-2.dsc 2.2 KiB 97a86fe3e1c261dc0d51b843bfb841fdff5a94531445521e76c35603b2ff1a46
libobject-lazy-perl_0.15.orig.tar.gz 14.1 KiB 67df66509cf578fa4ceac3c5188a99131f162b1ff918136ce7de45702e6c1719
libobject-lazy-perl_0.15-2.debian.tar.xz 2.0 KiB 386590e29e8ddc398a7c5b999d02f965607ee72a53cab18f865f68e2e4343a55

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.