Parent Directory
|
Revision Log
Normalized comments and headers to that they will format their POD documentation properly. (I know that the POD processing was supposed to strip off the initial #, but that doesn't seem to happen, so I've added a space throughout.)
1 =head1 MathObjects.pl 2 3 =pod 4 5 This file loads Parser.pl which in turn loads Value.pl 6 The purpose of this file is to encourage the use of the name MathObjects 7 instead of Parser (which is not as intuitive for those who don't know 8 the history). 9 10 It may later be used for other purposes as well. 11 12 =cut 13 14 15 loadMacros("Parser.pl"); 16
aubreyja at gmail dot com | ViewVC Help |
Powered by ViewVC 1.0.9 |