This directory contains the main driver routine for syssumm (syssumm.pl)
and the operating system specific Perl modules (*.pm).  Note that SunOS.pm
is just a stub.

The "x" file is what I use to test.  It is an executable shell script
with all of the current command line options that I'm using for testing.
I tend to be lazy, sitting in vi with the source code in front of me.
When I want to test, I just type in ":!x" and it goes ahead and runs
the test.

The osname.pl program was written to display the differences between
the uname -s output and the value of $^O as we move syssumm away
from using uname to determine what OS it is running under (prior to
an NT port).
