| Current Path : C:/xampp/perl/lib/URI/ |
| Current File : C:/xampp/perl/lib/URI/snews.pm |
package URI::snews; # draft-gilman-news-url-01
use strict;
use warnings;
our $VERSION = '5.06';
use parent 'URI::news';
sub default_port { 563 }
sub secure { 1 }
1;