LOGONLY mark 66fd7f as NODOC since it's test refactor
[p5sagit/p5-mst-13.2.git] / ext / VMS-DCLsym / 0README.txt
CommitLineData
5f05dabc 1VMS::DCLsym is an extension to Perl 5 which allows it to manipulate DCL symbols
2via an object-oriented or tied-hash interface.
3
4In order to build the extension, just say
5
6$ Perl Makefile.PL
7$ MMK
8
9in the directory containing the source files. Once it's built, you can run the
10test script by saying
11
12$ Perl "-Iblib" test.pl
13
14Finally, if you want to make it part of your regular Perl library, you can say
15$ MMK install
16
17If you have any problems or suggestions, please feel free to let me know.
18
19Regards,
bd3fa61c 20Charles Bailey bailey@newman.upenn.edu
5f05dabc 2117-Aug-1995