libregexp-wildcards-perl 1.05-3 source package in Ubuntu

Changelog

libregexp-wildcards-perl (1.05-3) unstable; urgency=medium

  * Enable autopkgtest. Closes: #1016539

 -- Christoph Biedl <email address hidden>  Tue, 02 Aug 2022 21:01:08 +0200

Upload details

Uploaded by:
Christoph Biedl
Uploaded to:
Sid
Original maintainer:
Christoph Biedl
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main misc
Noble release main misc
Mantic release main misc
Lunar release main misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libregexp-wildcards-perl_1.05-3.dsc 2.0 KiB ae9662869c19f553f67eba52c6fb85efd20468154118eeeba4e1c05d170c9c8e
libregexp-wildcards-perl_1.05.orig.tar.gz 14.3 KiB 33c00cc9edf00e3d5c492c29ee5b67926ebd9409cad16080cc6e3e9bc71341fe
libregexp-wildcards-perl_1.05-3.debian.tar.xz 2.2 KiB e6dca735d68e8eb6353822818ecb2fa071661a0a698a6e4e791b143fce531e3a

Available diffs

No changes file available.

Binary packages built by this source

libregexp-wildcards-perl: converts wildcard expressions to Perl regular expressions

 In many situations, users may want to specify patterns to match but
 don't need the full power of regexps. Wildcards make one of those sets
 of simplified rules. Regexp::Wildcards converts wildcard expressions
 to Perl regular expressions, so that you can use them for matching.
 .
 It handles the * and ? wildcards, as well as Unix bracketed
 alternatives {,}, but also % and _ SQL wildcards. If required, it can
 also keep original (...) groups or ^ and $ anchors. Backslash (\) is
 used as an escape character.
 .
 Typesets that mimic the behaviour of Windows and Unix shells are also
 provided.