Hi All, I am thinking of starting the transition from Perl 5 to 6.
The major CPAN modules I use in Perl 5 are: use Term::ANSIColor qw ( BOLD BLUE RED GREEN RESET ); use Term::ReadKey qw ( ReadKey ReadMode ); use Net::Nslookup qw ( nslookup ); use LWP::UserAgent; use LWP::Protocol qw ( https ); use constant MaxTime1 => 20; # Seconds The one I really could not do without is LWP:UserAgent. What is the story on CPAN and Perl 6. Just wait a while for them to catch up? Is there a separate Perl6 repository for CPAN? Many thanks, -T