1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: libobject-lazy-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
Andrius Merkys <merkys@debian.org>,
Section: perl
Priority: optional
Build-Depends:
debhelper-compat (= 12),
libmodule-build-perl,
Build-Depends-Indep:
libparams-validate-perl <!nocheck>,
libtest-differences-perl <!nocheck>,
libtest-exception-perl <!nocheck>,
libtest-nowarnings-perl <!nocheck>,
libtest-simple-perl <!nocheck>,
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.
|