package App::Connex; use FindBin qw($Bin); use lib "$Bin/../lib"; use Curses::UI; use Net::Telnet; use URI::Split qw(uri_split uri_join); use URI (); our $VERSION = '0.9'; # VERSION 1; # ABSTRACT: A Curses TUI Browser for Nightfall Express NEX:// protocol __END__ =pod =encoding UTF-8 =head1 NAME App::Connex - Curses UI NEX:// browser ...