n Create the Perl Module Tree:
n -A omits the Autoloader code (best used by modules that
define a large number of infrequently used subroutines)
n -X omits XS elements (eXternal Subroutine, where
eXternal means external to Perl, i.e. C)
n -n specifies the name of the module