Source: libobject-pad-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Jonas Smedegaard Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional # don't add # libfuture-perl , # libfuture-asyncawait-perl , # libsyntax-keyword-dynamically-perl , # otherwise we have a circular build dependency Build-Depends: debhelper-compat (= 13), libextutils-cbuilder-perl, libindirect-perl , libmodule-build-perl, libtest2-suite-perl , libxs-parse-keyword-perl (>= 0.39), libxs-parse-sublike-perl (>= 0.15), perl-xs-dev, perl:native Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libobject-pad-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libobject-pad-perl.git Homepage: https://metacpan.org/release/Object-Pad Rules-Requires-Root: no Package: libobject-pad-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libindirect-perl, libxs-parse-keyword-perl (>= 0.39), libxs-parse-sublike-perl (>= 0.15) Description: module providing a simple syntax for lexical field-based objects Object::Pad provides a simple syntax for creating object classes, which uses private variables that look like lexicals as object member fields. . Classes are automatically provided with a constructor method, called new, which helps create the object instances. This may respond to passed arguments, automatically assigning values of fields, and invoking other blocks of code provided by the class.