Add the original source packages to maemo, source lenny
[dh-make-perl] / dev / i386 / liburi-perl / liburi-perl-1.35.dfsg.1 / URI / tn3270.pm
1 package URI::tn3270;
2 require URI::_login;
3 @ISA = qw(URI::_login);
4
5 sub default_port { 23 }
6
7 1;