Skip to content

Commit 71afcc1

Browse files
committed
URI-5.32
- Add authority() to URI::otpauth (GH#152) (GH#153) (Lester Hightower) - Implement URI::smb for Samba/CIFS (GH#149) (buralien) - Silence warnings issued in t/otpauth.t (GH#154) (Olaf Alders)
1 parent 97b62c6 commit 71afcc1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Revision history for URI
22

3-
{{$NEXT}}
3+
5.32 2025-05-10 21:26:50Z
44
- Add authority() to URI::otpauth (GH#152) (GH#153) (Lester Hightower)
55
- Implement URI::smb for Samba/CIFS (GH#149) (buralien)
66
- Silence warnings issued in t/otpauth.t (GH#154) (Olaf Alders)

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,13 @@ generic methods.
698698
See _sip_ scheme. Its syntax is the same as sip, but the default
699699
port is different.
700700

701+
- **smb**:
702+
703+
`URI` objects belonging to the smb scheme support the common,
704+
generic and server methods. In addition, they provide methods to
705+
access the userinfo sub-components ($uri->user and $uri->password)
706+
as well as $uri->authdomain and $uri->sharename methods.
707+
701708
- **snews**:
702709

703710
See _news_ scheme. Its syntax is the same as news, but the default

0 commit comments

Comments
 (0)