libregexp-shellish-perl 0.93-4 source package in Ubuntu

Changelog

libregexp-shellish-perl (0.93-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libregexp-shellish-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 16:15:03 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libregexp-shellish-perl_0.93-4.dsc 2.1 KiB 13c48f849b155012b2ead25afc9bac2ab4a2da52bd6697f5a0010ae73b34e054
libregexp-shellish-perl_0.93.orig.tar.gz 3.3 KiB 39b4991192e6c6fcda39075b674515fdb3a0657c1cdccc8c2552e434233955f9
libregexp-shellish-perl_0.93-4.debian.tar.xz 2.1 KiB 0b70b7b4a77ca7f7ee77c8cdf621e8970c35a214c422bb1200d679247306b7ac

Available diffs

No changes file available.

Binary packages built by this source

libregexp-shellish-perl: module for shell-like regular expressions

 Regexp::Shellish provides shell-like regular expressions. The wildcards
 provided are ?, * and **, where ** is like * but matches /.
 .
 Case sensitivity and constructs like **, (a*b), and {a,b,c} can be disabled.