Path to this page:
./
www/p5-URI,
Perl5 Uniform Resource Identifiers class (URI, RFC 2396)
Branch: CURRENT,
Version: 5.31nb1,
Package name: p5-URI-5.31nb1,
Maintainer: pkgsrc-users This package contains the URI.pm module with friends. The module
implements the URI class. Objects of this class represent Uniform
Resource Identifier (URI) references as specified in RFC 2396.
URI objects can be used to access and manipulate the various
components that make up these strings. There are also methods to
combine URIs in various ways.
The URI class replaces the URI::URL class that used to be distributed
with libwww-perl. This package contains an emulation of the old
URI::URL interface. The emulated URI::URL implements both the old and
the new interface.
Questions about how to use this library should be directed to the
comp.lang.perl.modules USENET Newsgroup. Bug reports and suggestions
for improvements can be sent to the <libwww-perl@ics.uci.edu> mailing
list.
Copyright 1998-1999 Gisle Aas.
Copyright 1998 Graham Barr.
This library is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
Required to run:[
lang/perl5]
Required to build:[
pkgtools/cwrappers] [
devel/p5-Test-Needs]
Master sites: (Expand)
Filesize: 128.683 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-URI-5.31nb1
- (2024-11-10) Updated to version: p5-URI-5.31
- (2024-10-13) Updated to version: p5-URI-5.30
- (2024-09-08) Updated to version: p5-URI-5.29
- (2024-04-02) Updated to version: p5-URI-5.28
- (2024-02-25) Updated to version: p5-URI-5.27
CVS history: (Expand)
2024-11-16 13:08:07 by Thomas Klausner | Files touched by this commit (2504) |
Log message:
*: recursive bump for perl 5.40
|
2024-11-10 08:43:32 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-URI: update to 5.31.
5.31 2024-11-06 03:38:29Z
- Re-releasing with corrected module permissions. No changes since 5.31
|
2024-10-13 10:54:26 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-URI: update to 5.30.
5.30 2024-10-08 21:18:35Z
- Add scp, ftps, ftpes, irc, ircs schemes (GH#16) (SineSwiper)
|
2024-09-08 10:30:21 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-URI: update to 5.29.
5.29 2024-09-05 16:09:30Z
- Add otpauth URI (GH#145) (david-dick)
|
2024-04-02 02:59:05 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 5.28
Upstream changes:
5.28 2024-03-27 01:49:44Z
- Using Scalar::Util::reftype instead of just ref(), but mindful this time
about definedness to avoid warnings (GH#140) (Jacques Deguest)
|
2024-02-25 09:32:52 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-URI: update to 5.27.
5.27 2024-02-09 15:01:24Z
- Add missing NAME section to POD of URI::geo (GH#142) (gregor herrmann)
5.26 2024-02-02 19:04:40Z
- Add URI::geo (GH#141) (david-dick)
|
2024-01-28 12:56:40 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-URI: update to 5.25.
5.25 2024-01-27 16:11:41Z
- cache scheme so it never attempt to load it again (GH#55) (mschae94)
5.24 2024-01-26 04:36:32Z
- Really revert "use Scalar::Util::reftype instead of ref to check for
ARRAY" (GH#136) (Olaf Alders)
5.23 2024-01-25 21:02:18Z
- Revert the reftype change introduced in 5.22 as it causes warnings.
(GH#134) (Olaf Alders)
5.22 2024-01-25 15:22:54Z
- Use Scalar::Util::reftype instead of ref to check for ARRAY (GH#132)
(Jacques Deguest)
|
2023-12-17 08:46:05 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-URI: update to 5.21.
5.21 2023-08-23 16:02:14Z
- Fix version declarations in icap.pm and icaps.pm (GH#131) (Olaf Alders)
5.20 2023-08-23 14:13:23Z
- Remove Shebang and Taint from all tests.
- Fix t/query.t to get rid of a warning about join() on
array with undef
- Add icap and icaps URIs (GH#130) (david-dick)
|