liburi-find-simple-perl 1.3-1 source package in Ubuntu

Changelog

liburi-find-simple-perl (1.3-1) unstable; urgency=low


  * Initial Release. (Closes: #695953)

 -- Jotam Jr. Trejo <email address hidden>  Mon, 17 Dec 2012 12:23:45 -0600

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Builds

Raring: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
liburi-find-simple-perl_1.3-1.dsc 2.1 KiB 470765648f59a6536b0962140ec117911599f99f9077bb8ed8580bdbc2761979
liburi-find-simple-perl_1.3.orig.tar.gz 2.7 KiB d07a044ce3478e4ae0b88261f33b5769db3e7face91d70e39711caafb9d6bf5f
liburi-find-simple-perl_1.3-1.debian.tar.gz 1.4 KiB 62c6e84261f7a994a09fb2f5e7bdaa387d49857a9db83420183c52e337af4367

No changes file available.

Binary packages built by this source

liburi-find-simple-perl: simple interface to URI::Find

 URI::Find is all very well, but sometimes you just want a list of the links
 in a given piece of text, or you want to change all the urls in some text
 somehow, and don't want to mess with callback interfaces.
 .
 URI::Find::Simple uses URI::Find, but hides the callback interface, providing
 two functions - one to list all the uris, and one to change all the uris.