/usr/share/perl5/URI
NameSizeModeActions
file/-0755rm
urn/-0755rm
data.pm33900644editdlrm
Escape.pm79150644editdlrm
file.pm96890644editdlrm
ftp.pm10560644editdlrm
geo.pm107540644editdlrm
gopher.pm24280644editdlrm
Heuristic.pm65270644editdlrm
http.pm4250644editdlrm
https.pm1440644editdlrm
icap.pm14950644editdlrm
icaps.pm14420644editdlrm
IRI.pm7940644editdlrm
ldap.pm29240644editdlrm
ldapi.pm4400644editdlrm
ldaps.pm1440644editdlrm
mailto.pm16570644editdlrm
mms.pm1250644editdlrm
news.pm14540644editdlrm
nntp.pm1270644editdlrm
nntps.pm1440644editdlrm
pop.pm12070644editdlrm
QueryParam.pm6550644editdlrm
rlogin.pm1290644editdlrm
rsync.pm2070644editdlrm
rtsp.pm1250644editdlrm
rtspu.pm1260644editdlrm
sftp.pm980644editdlrm
sip.pm16700644editdlrm
sips.pm1430644editdlrm
snews.pm1720644editdlrm
Split.pm23530644editdlrm
ssh.pm1750644editdlrm
telnet.pm1280644editdlrm
tn3270.pm1280644editdlrm
URL.pm54870644editdlrm
urn.pm20770644editdlrm
WithBase.pm38620644editdlrm
_foreign.pm1070644editdlrm
_generic.pm68210644editdlrm
_idna.pm20790644editdlrm
_ldap.pm32490644editdlrm
_login.pm2310644editdlrm
_punycode.pm56320644editdlrm
_query.pm46250644editdlrm
_segment.pm4160644editdlrm
_server.pm38860644editdlrm
_userpass.pm10390644editdlrm
Edit: /usr/share/perl5/URI/icaps.pm (1442B)
package URI::icaps; use strict; use warnings; use base qw(URI::icap); our $VERSION = '5.27'; sub secure { return 1 } 1; __END__ =head1 NAME URI::icaps - URI scheme for ICAPS Identifiers =head1 VERSION Version 5.20 =head1 SYNOPSIS use URI::icaps; my $uri = URI->new('icaps://icap-proxy.example.com/'); =head1 DESCRIPTION This module implements the C URI scheme defined in L, for the L. =head1 SUBROUTINES/METHODS This module inherits the behaviour of L and overrides the Lsecure> method. =head2 secure returns 1 as icaps is a secure protocol =head1 DIAGNOSTICS See L =head1 CONFIGURATION AND ENVIRONMENT See L =head1 DEPENDENCIES None =head1 INCOMPATIBILITIES None reported =head1 BUGS AND LIMITATIONS See L =head1 SEE ALSO L =head1 AUTHOR David Dick, C<< >> =head1 LICENSE AND COPYRIGHT Copyright 2016 David Dick. This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. See L for more information.