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

..03-May-2022-

certs/H01-Aug-2021-179166

hints/H01-Aug-2021-108

inc/Module/H01-Aug-2021-3,2822,450

t/H01-Aug-2021-190130

ChangesH A D01-Aug-20217.9 KiB240148

MANIFESTH A D01-Aug-2021718 4039

MANIFEST.SKIPH A D01-Aug-2021158 1817

META.ymlH A D01-Aug-2021718 2928

Makefile.PLH A D03-May-20221.2 KiB4433

READMEH A D31-Jul-20211.1 KiB3825

TODOH A D29-May-2018100 84

X509.pmH A D01-Aug-20219.6 KiB45368

X509.xsH A D31-Jul-202129.3 KiB1,6031,156

ppport.hH A D24-Apr-2021509.2 KiB17,1665,219

typemapH A D29-May-2018225 86

README

1Crypt/OpenSSL/X509 version 1.9.9
2===============================
3
4The README is used to introduce the module and provide instructions on
5how to install the module, any machine dependencies it may have (for
6example C compilers and installed libraries) and any other information
7that should be provided before the module is installed.
8
9A README file is required for CPAN modules since CPAN extracts the
10README file from a module distribution so that people browsing the
11archive can use it get an idea of the modules uses. It is usually a
12good idea to provide version information here so that people can
13decide whether fixes for the module are worth downloading.
14
15INSTALLATION
16
17To install this module type the following:
18
19   perl Makefile.PL
20   make
21   make test
22   make install
23
24DEPENDENCIES
25
26This module requires these other modules and libraries:
27
28  OpenSSL Development Libs
29
30COPYRIGHT AND LICENCE
31
32Put the correct copyright and licence information here.
33
34Copyright (C) 2004-2021 Dan Sully
35
36This library is free software; you can redistribute it and/or modify
37it under the same terms as Perl itself.
38