imapsync/W/learn/bug_Mail-IMAPClient-3.40_connect
Nick Bebout 852d9695d6 1.920
2019-07-02 18:20:46 -05:00

10 lines
179 B
Perl
Executable file

#!/usr/bin/perl
use strict ;
use warnings ;
use Mail::IMAPClient ;
my $imap = Mail::IMAPClient->new( ) ;
$imap->connect( ) ;
print "I hope I'm not dead but...\n" ;