libobject-extend-perl 0.4.0-2 source package in Ubuntu

Changelog

libobject-extend-perl (0.4.0-2) unstable; urgency=low

  * No-changes source-only upload.

 -- Andrius Merkys <email address hidden>  Fri, 03 Feb 2023 02:31:39 -0500

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Low 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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libobject-extend-perl_0.4.0-2.dsc 2.2 KiB adbaaab3fa740a9f6e36beabf80f11a7f5a35dd037157d9182df1652119e4626
libobject-extend-perl_0.4.0.orig.tar.gz 7.1 KiB e41ad4c70790d6a3061b14f80978f29297007dc4e10b5c94b2567b94b768617a
libobject-extend-perl_0.4.0-2.debian.tar.xz 1.6 KiB f39a7840d1f518ffe51bc8d7e5faf2c175a0482472100247c0f423874a69f34e

No changes file available.

Binary packages built by this source

libobject-extend-perl: add and override per-object methods

 Object::Extend allows objects to be extended with per-object methods, similar
 to the use of singleton methods in Ruby. Object methods are added to an
 object-specific shim class (known as an eigenclass), which extends the object's
 original class. The original class is left unchanged.