File: README

package info (click to toggle)
libx500-dn-perl 0.29-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 108 kB
  • sloc: perl: 145; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 737 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
X500/DN version 0.29
====================

X500::DN provides a pure perl parser and formatter for RFC 2253 style
DN strings.

This is a late alpha version.

Known bugs:

  Due to Parse::RecDescent's greedyness, white space after attribute
  values gets into the parsed value.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  Parse::RecDescent - developed and tested with version 1.80

COPYRIGHT AND LICENCE

Copyright (c) 2002 Robert Joop <yaph-070708@timesink.de>
All rights reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.