package URI::URL::finger;
require URI::URL::_generic;
@ISA = qw(URI::URL::_generic);

sub default_port { 79 }
1;
