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

..03-May-2022-

inc/H11-Oct-2021-6,5194,957

lib/Net/SSL/H11-Oct-2021-632402

sample/H03-May-2022-21092

t/H11-Oct-2021-364303

xt/H11-Oct-2021-3828

ChangesH A D11-Oct-20212.4 KiB9671

MANIFESTH A D11-Oct-2021808 3938

META.ymlH A D11-Oct-2021816 3736

Makefile.PLH A D30-Apr-2013543 2719

README.mdH A D04-Jun-2012772 4323

README.md

1ABSTRACT
2================
3
4This is Perl module Net::SSL::ExpireDate.
5
6
7INSTALLATION
8================
9
10Net::SSL::ExpireDate installation is straightforward. If your CPAN shell is set up,
11you should just be able to do
12
13    % cpan Net::SSL::ExpireDate
14
15Download it, unpack it, then build it as per the usual:
16
17    % perl Makefile.PL
18    % make && make test
19
20Then install it:
21
22    % make install
23
24
25DOCUMENTATION
26================
27
28Net::SSL::ExpireDate documentation is available as in POD. So you can do:
29
30    % perldoc Net::SSL::ExpireDate
31
32to read the documentation online with your favorite pager.
33
34
35COPYRIGHT & LICENSE
36================
37
38Copyright HIROSE Masaaki
39
40This library is free software; you can redistribute it and/or modify
41it under the same terms as Perl itself.
42
43