• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

inc/H01-Dec-2010-2,8502,092

lib/Net/POP3/H01-Dec-2010-6925

t/H01-Dec-2010-1812

xt/H01-Dec-2010-2421

.shipitH A D12-Jun-2010107 32

ChangesH A D01-Dec-2010465 2715

MANIFESTH A D16-Jun-2010483 2423

META.ymlH A D01-Dec-2010600 3029

Makefile.PLH A D01-Dec-2010293 1411

READMEH A D12-Jun-2010549 2815

README

1This is Perl module Net::POP3::SSLWrapper.
2
3INSTALLATION
4
5Net::POP3::SSLWrapper installation is straightforward. If your CPAN shell is set up,
6you should just be able to do
7
8    % cpan Net::POP3::SSLWrapper
9
10Download it, unpack it, then build it as per the usual:
11
12    % perl Makefile.PL
13    % make && make test
14
15Then install it:
16
17    % make install
18
19DOCUMENTATION
20
21Net::POP3::SSLWrapper documentation is available as in POD. So you can do:
22
23    % perldoc Net::POP3::SSLWrapper
24
25to read the documentation online with your favorite pager.
26
27tokuhirom
28