libobject-result-perl 0.000003-1.1 source package in Ubuntu

Changelog

libobject-result-perl (0.000003-1.1) unstable; urgency=medium

  * Non-maintainer upload
  * Source-only upload

 -- Jeremy BĂ­cha <email address hidden>  Wed, 02 Aug 2023 17:41:32 -0400

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libobject-result-perl_0.000003-1.1.dsc 2.2 KiB fc87c6f4acc9b7d30f4bdc092f1f59dbc2f2dd45bd6b60a15596e17f6e22cd97
libobject-result-perl_0.000003.orig.tar.gz 15.0 KiB 01ce06fcf30dd062e42c2ab1917535d7649fe5088f28850ae14fe3ef3a6cb9be
libobject-result-perl_0.000003-1.1.debian.tar.xz 2.1 KiB 1182660d2e6019091bd64fbf3c4015e9e18d71a86b68dde57d0aa8907e3b42d2

Available diffs

No changes file available.

Binary packages built by this source

libobject-result-perl: module allowing subs to build and return objects on-the-fly

 Object::Result adds a new keyword to Perl: result
 .
 That keyword acts like a return, but instead of a list of values to return,
 it takes a single block which specifies the behaviour (i.e. the methods and
 operator overloading) of an object to be returned.
 .
 The intention is to make it much less onerous to return clean, properly
 encapsulated objects...instead of returning lists of values or references to
 arrays or hashes.