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

..03-May-2022-

t/H08-Jul-2007-159126

ChangesH A D08-Jul-20071.1 KiB3925

DN.pmH A D08-Jul-20072.5 KiB10886

DN.podH A D08-Jul-20072.5 KiB10961

MANIFESTH A D08-Jul-2007158 1211

META.ymlH A D08-Jul-2007332 1210

Makefile.PLH A D08-Jul-2007504 1512

RDN.pmH A D08-Jul-20071.6 KiB7961

RDN.podH A D08-Jul-20071.6 KiB7541

READMEH A D08-Jul-2007737 3622

README

1X500/DN version 0.29
2====================
3
4X500::DN provides a pure perl parser and formatter for RFC 2253 style
5DN strings.
6
7This is a late alpha version.
8
9Known bugs:
10
11  Due to Parse::RecDescent's greedyness, white space after attribute
12  values gets into the parsed value.
13
14INSTALLATION
15
16To install this module type the following:
17
18   perl Makefile.PL
19   make
20   make test
21   make install
22
23DEPENDENCIES
24
25This module requires these other modules and libraries:
26
27  Parse::RecDescent - developed and tested with version 1.80
28
29COPYRIGHT AND LICENCE
30
31Copyright (c) 2002 Robert Joop <yaph-070708@timesink.de>
32All rights reserved.
33This program is free software; you can redistribute it and/or modify it
34under the same terms as Perl itself.
35
36