libtext-balanced-perl 2.06-2 source package in Ubuntu
Changelog
libtext-balanced-perl (2.06-2) unstable; urgency=medium [ Debian Janitor ] * Bump debhelper from old 12 to 13. -- Jelmer Vernooij <email address hidden> Sat, 19 Nov 2022 19:30:08 +0000
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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libtext-balanced-perl_2.06-2.dsc | 2.1 KiB | 066e93f67adadde5941da898a71539c9d241a73d25e3bb573a7e520bb44b2814 |
libtext-balanced-perl_2.06.orig.tar.gz | 42.7 KiB | 773e0f0f21c0cb2cf664cee6ba28ff70259babcc892f9b650f9cbda00be092ad |
libtext-balanced-perl_2.06-2.debian.tar.xz | 2.2 KiB | a2aebc1400e9c65bd4d092055bce64e6c2a0b38cb2f8450a8e75ea9958983120 |
Available diffs
- diff from 2.06-1 to 2.06-2 (493 bytes)
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).