diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-01-20 16:58:27 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-01-20 16:58:27 +0000 |
commit | dbd862ed36b94261503a72dc70e28bef664aebab (patch) | |
tree | 695a23a3b463de6c6b9d559162cb8d7ab983595e /www/Makefile | |
parent | f70e9e2daef0e10e8bffefbeeb3b80e3687399bf (diff) |
- Add p5-Browser-Open 0.04
The functions optionaly exported by this module 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.
WWW: http://search.cpan.org/dist/Browser-Open/
Notes
Notes:
svn path=/head/; revision=340409
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 65b36790d30d..87ac51c01978 100644 --- a/www/Makefile +++ b/www/Makefile @@ -635,6 +635,7 @@ SUBDIR += p5-Ark SUBDIR += p5-Bigtop SUBDIR += p5-Blog-Spam + SUBDIR += p5-Browser-Open SUBDIR += p5-Business-PayPal SUBDIR += p5-CGI-Ajax SUBDIR += p5-CGI-Application |