libautobox-transform-perl 1.035-1 source package in Ubuntu

Changelog

libautobox-transform-perl (1.035-1) unstable; urgency=medium

  * Import upstream version 1.035.
  * Remove (build) dependency on libtrue-perl.

 -- gregor herrmann <email address hidden>  Thu, 30 Jul 2020 18:47:42 +0200

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
Jammy release universe misc

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libautobox-transform-perl_1.035-1.dsc 2.7 KiB c328eca758642f2ade1ec94c53ce28efd16c8ab405587a7e7948cc0cfb0c7988
libautobox-transform-perl_1.035.orig.tar.gz 43.2 KiB a0eaf926e02c4b527120184a6bbc297129f7ab71ed9afac8bfdca49c0137742a
libautobox-transform-perl_1.035-1.debian.tar.xz 1.8 KiB 30bdc38b07ef88dcbfc7012160e92130dcc2e060d0a61367c0584cb79a781d80

Available diffs

No changes file available.

Binary packages built by this source

libautobox-transform-perl: set of autobox methods to transform arrays and hashes

 autobox provides the ability to call methods on native types, e.g. strings,
 arrays, and hashes as if they were objects.
 .
 autobox::Core provides the basic methods for Perl core functions like uc,
 map, and grep.
 .
 This module, autobox::Transform, provides higher level and more specific
 methods to transform and manipulate arrays and hashes, in particular when the
 values are hashrefs or objects.