File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for URI
2
2
3
- {{$NEXT}}
3
+ 5.32 2025-05-10 21:26:50Z
4
4
- Add authority() to URI::otpauth (GH#152) (GH#153) (Lester Hightower)
5
5
- Implement URI::smb for Samba/CIFS (GH#149) (buralien)
6
6
- Silence warnings issued in t/otpauth.t (GH#154) (Olaf Alders)
Original file line number Diff line number Diff line change @@ -698,6 +698,13 @@ generic methods.
698
698
See _ sip_ scheme. Its syntax is the same as sip, but the default
699
699
port is different.
700
700
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
+
701
708
- ** snews** :
702
709
703
710
See _ news_ scheme. Its syntax is the same as news, but the default
You can’t perform that action at this time.
0 commit comments