libtext-balanced-perl 2.06-1 source package in Ubuntu

Changelog

libtext-balanced-perl (2.06-1) unstable; urgency=medium

  * Move from experimental to unstable.

 -- Ed J <email address hidden>  Fri, 17 Jun 2022 17:15:48 +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
Kinetic release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtext-balanced-perl_2.06-1.dsc 2.1 KiB 2daab61d14d4fb8f5f503f9e891f96d541d604c01968c8d2a1f393bb0cdb1408
libtext-balanced-perl_2.06.orig.tar.gz 42.7 KiB 773e0f0f21c0cb2cf664cee6ba28ff70259babcc892f9b650f9cbda00be092ad
libtext-balanced-perl_2.06-1.debian.tar.xz 2.2 KiB 494fbc7d813a657af0d31b00bd3f82bd871ea077a5332bb2b864257adadac86a

No changes file available.

Binary packages built by this source

libtext-balanced-perl: Perl module for extraction of delimited text from strings

 Text::Balanced provides various extract_... subroutines may be used to
 extract a delimited substring, possibly after skipping a specified prefix
 string. By default, that prefix is optional whitespace (/\s*/), but can be
 changed.
 .
 The substring to be extracted must appear at the current pos location of the
 string's variable (or at index zero, if no current location is defined). In
 other words, the extract_... subroutines don't extract the first occurrence
 of a substring anywhere in a string (like an unanchored regex would). Rather,
 they extract an occurrence of the substring appearing immediately at the
 current matching position in the string (like a \G-anchored regex would).