libmoosex-arrayref-perl 0.005-3 source package in Ubuntu

Changelog

libmoosex-arrayref-perl (0.005-3) unstable; urgency=medium

  * Team upload.
  * Remove Makefile.old via debian/clean. (Closes: #1045939)

 -- gregor herrmann <email address hidden>  Thu, 07 Mar 2024 11:23:42 +0100

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoosex-arrayref-perl_0.005-3.dsc 2.4 KiB bc54fcf9c19d815c9586c9fff762c3e6185e125cd6bf175350f920bf60e419be
libmoosex-arrayref-perl_0.005.orig.tar.gz 17.1 KiB 8f2180abcbc110bedd9182e4ea3e7852df15f39ae49dc3dadd020b081ffcea08
libmoosex-arrayref-perl_0.005-3.debian.tar.xz 4.0 KiB 98f49981c1f0705609816bcbb5a264c0fe0ac8419f91442052775adb7e731647

Available diffs

No changes file available.

Binary packages built by this source

libmoosex-arrayref-perl: blessed arrayrefs with Moose

 Objects implemented with arrayrefs rather than hashrefs are often
 faster than those implemented with hashrefs. Moose's default object
 implementation is hashref based. Can we go faster?
 .
 Simply "use MooseX::ArrayRef" instead of "use Moose", but note the
 limitations (see documentation).
 .
 The current implementation is mostly a proof of concept, but it does
 mostly seem to work.