liblexical-accessor-perl 0.014-2 source package in Ubuntu

Changelog

liblexical-accessor-perl (0.014-2) unstable; urgency=medium

  * Team upload

  * bump (build-) dependency on libsub-handlesvia-perl to 0.035 fixing FTBFS
    (Closes: #1017375)

 -- Damyan Ivanov <email address hidden>  Thu, 18 Aug 2022 05:25:44 +0000

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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblexical-accessor-perl_0.014-2.dsc 2.4 KiB 2162679ab7a9adae27b514ed00ff9d5103c204953fbe168ac08c74501d14ed15
liblexical-accessor-perl_0.014.orig.tar.gz 27.6 KiB 8037db3b2ccc3c176d8b0529278b7dd781cf937999093cfe6868992aa558e034
liblexical-accessor-perl_0.014-2.debian.tar.xz 4.3 KiB 04892571311b6aee8e75998013f0d4e215e0990b2d38bc686c24cef069a76a90

Available diffs

No changes file available.

Binary packages built by this source

liblexical-accessor-perl: true private attributes for Moose/Moo/Mouse

 Lexical::Accessor generates coderefs which can be used as methods to
 access private attributes for objects.
 .
 The private attributes are stored inside-out, and do not add any
 accessors to the class' namespace, so are completely invisible to any
 outside code, including any subclasses. This gives your attribute
 complete privacy: subclasses can define a private (or even public)
 attribute with the same name as your private one and they will not
 interfere with each other.