libbrowser-open-perl 0.04-1.1 source package in Ubuntu

Changelog

libbrowser-open-perl (0.04-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Sun, 03 Jan 2021 14:24:37 +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
Jammy release universe perl

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libbrowser-open-perl_0.04-1.1.dsc 2.0 KiB 7106d36de60528fe31f47e847e796fc9689dd56b673e09f073f56777da5ddce4
libbrowser-open-perl_0.04.orig.tar.gz 3.9 KiB aceb3129782fe06e5b6e3e4b1a97e20c208426e5870ea67fb63b79188b056867
libbrowser-open-perl_0.04-1.1.debian.tar.xz 1.9 KiB 45b7270a3b1a85f4945b45c6a6f63ffed3c8a9210c804cd6a0368edcbccf6009

Available diffs

No changes file available.

Binary packages built by this source

libbrowser-open-perl: Perl module to open a browser in a given URL

 The functions optionaly exported by Browser::Open allows you to open URLs in
 the user browser.
 .
 A set of known commands per OS-name is tested for presence, and the first one
 found is executed. With an optional parameter, all known commands are
 checked.
 .
 The "open_browser" uses the system() function to execute the command. If you
 want more control, you can get the command with the "open_browser_cmd" or
 "open_browser_cmd_all" functions and then use whatever method you want to
 execute it.