libperlude-perl 0.61-2 source package in Ubuntu

Changelog

libperlude-perl (0.61-2) unstable; urgency=medium

  * Team upload.
  * No-change source-only re-upload.

 -- gregor herrmann <email address hidden>  Fri, 03 Feb 2023 13:37:54 +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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libperlude-perl_0.61-2.dsc 2.3 KiB 8109f34d47e940518dd1c1c085a6af256b4b8a0fb1d33bb98dd1bcf08f85a004
libperlude-perl_0.61.orig.tar.gz 28.1 KiB f7c9afc7982e808c2494c371c969c833442ab20031a364a2f4c656bc4cd3cb35
libperlude-perl_0.61-2.debian.tar.xz 4.1 KiB 77081afbfd2d4049b42b331c7043ac3245f094f8a14972a1ed4e49bd978f112f

No changes file available.

Binary packages built by this source

libperlude-perl: shell and powershell pipes, haskell keywords mixed with the awesomeness of perl

 Perlude: If you're used to a unix shell, Windows Powershell or any
 language coming with the notion of streams, perl could be frustrating
 as functions like map and grep only works with arrays.
 .
 The goodness of it is that '|' is an on demand operator that can easily
 compose actions on potentially very large amount of data in a very memory
 and you can control the amount of consummed data in a friendly way.
 .
 Perlude gives a better '|' to Perl: as it works on scalars which can be
 both strings (like unix shell), numbers or references (like powershell).