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