liburl-search-perl 0.06-1 source package in Ubuntu

Changelog

liburl-search-perl (0.06-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository.
  * Update standards version to 4.5.0, no changes needed.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.6.1, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 0.06.
  * Update test dependencies.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.
  * Set Rules-Requires-Root: no.

 -- gregor herrmann <email address hidden>  Wed, 22 Mar 2023 22:01:55 +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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liburl-search-perl_0.06-1.dsc 2.3 KiB c06d53266446c6acad2f28b8bf4d8e1d86095ff6fbc5af2e46641ca480bb7250
liburl-search-perl_0.06.orig.tar.gz 7.4 KiB 97b4b308bd848d01540e5942b4cf0c342d2332e8c12c12ebf7abbc5968751f82
liburl-search-perl_0.06-1.debian.tar.xz 1.8 KiB 495351aa1d219e4a2a0c69786aa5678e1bc3b25f41e17d9c53cbcf38958dda62

Available diffs

No changes file available.

Binary packages built by this source

liburl-search-perl: module to search for URLs in plain text

 URL::Search searches plain text for URLs and extracts them. It exports (on
 request) the following entities:
 .
 $URL_SEARCH_RE: This variable is the core of this module. It contains a regex
 that matches a URL.
 .
 extract_urls: This function takes a string and returns a list of all
 contained URLs.
 .
 partition_urls: This function takes a string and splits it up into text and
 URL segments.