Source: libobject-lazy-perl Maintainer: Debian Perl Group Uploaders: Andrius Merkys , Section: perl Priority: optional Build-Depends: debhelper-compat (= 12), libmodule-build-perl, Build-Depends-Indep: libparams-validate-perl , libtest-differences-perl , libtest-exception-perl , libtest-nowarnings-perl , libtest-simple-perl , libtry-tiny-perl, perl, Standards-Version: 4.5.0 Homepage: https://metacpan.org/release/Object-Lazy Rules-Requires-Root: no Testsuite: autopkgtest-pkg-perl Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libobject-lazy-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libobject-lazy-perl.git Package: libobject-lazy-perl Architecture: all Depends: libparams-validate-perl, libtry-tiny-perl, ${misc:Depends}, ${perl:Depends}, Description: 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.