This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Minor update to README.VMS
authorHans Mulder <hansmu@xs4all.nl>
Mon, 1 Mar 1999 16:10:57 +0000 (08:10 -0800)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 2 Mar 1999 08:24:52 +0000 (08:24 +0000)
To: perl5-porters@perl.org, vmsperl@perl.org
Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>

p4raw-id: //depot/cfgperl@3051

README.vms

index ea0d0f2..e2c0e08 100644 (file)
@@ -1,4 +1,4 @@
-Last Revised 21-July-1998 by Dan Sugalski <sugalskd@ous.edu>
+Last Revised 01-March-1999 by Dan Sugalski <sugalskd@ous.edu>
 Originally by Charles Bailey <bailey@newman.upenn.edu>
 
 * Important safety tip
@@ -122,11 +122,11 @@ compile Perl and add the word "test" to the end, like this:
 
 Compile Command:
 
-$MMS/Macro=("__AXP__=1","decc=1","DECCRTL_SOCKETS=1")
+$MMS
 
 Test Command:
 
-$MMS/Macro=("__AXP__=1","decc=1","DECCRTL_SOCKETS=1") test
+$MMS test
 
 MMS will run all the tests. This may take some time, as there are a lot of
 tests. If any tests fail, there will be a note made on-screen. At the end
@@ -171,11 +171,11 @@ compile and add "realclean" at the end, like this:
 
 Compile Command:
 
-$MMS/Macro=("__AXP__=1","decc=1","DECCRTL_SOCKETS=1")
+$MMS
 
 Cleanup Command:
 
-$MMS/Macro=("__AXP__=1","decc=1","DECCRTL_SOCKETS=1") realclean
+$MMS realclean
 
 If you don't do this, things may behave erratically. They might not, too,
 so it's best to be sure and do it.