diff options
author | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2004-08-19 23:14:00 +0000 |
---|---|---|
committer | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2004-08-19 23:14:00 +0000 |
commit | 23e47b7f14ec3e8514e43ca6565c935432508693 (patch) | |
tree | eca8eb8d78283d290becb17c25b496cc1cbb67f1 /utils/h2xs.PL | |
parent | 4a7adf4cc54636e45d7e02e80dcda7badf0e162b (diff) | |
download | perl-23e47b7f14ec3e8514e43ca6565c935432508693.tar.gz |
Tweak 'h2xs -h' output.
p4raw-id: //depot/perl@23228
Diffstat (limited to 'utils/h2xs.PL')
-rw-r--r-- | utils/h2xs.PL | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/utils/h2xs.PL b/utils/h2xs.PL index 9132bc956c..ceac64ee31 100644 --- a/utils/h2xs.PL +++ b/utils/h2xs.PL @@ -522,8 +522,9 @@ OPTIONS: -O, --overwrite-ok Allow overwriting of a pre-existing extension directory. -P, --omit-pod Omit the stub POD section. -X, --omit-XS Omit the XS portion (implies both -c and -f). - -a, --gen-accessors Generate get/set accessors for struct and union members (used with -x). - -b, --compat-version Specify a perl version to be backwards compatibile with + -a, --gen-accessors Generate get/set accessors for struct and union members + (used with -x). + -b, --compat-version Specify a perl version to be backwards compatibile with. -c, --omit-constant Omit the constant() function and specialised AUTOLOAD from the XS file. -d, --debugging Turn on debugging messages. @@ -533,7 +534,7 @@ OPTIONS: -f, --force Force creation of the extension even if the C header does not exist. -g, --global Include code for safely storing static data in the .xs file. - -h, -?, --help Display this help message + -h, -?, --help Display this help message. -k, --omit-const-func Omit 'const' attribute on function arguments (used with -x). -m, --gen-tied-var Generate tied variables for access to declared @@ -543,14 +544,14 @@ OPTIONS: -p, --remove-prefix Specify a prefix which should be removed from the Perl function names. -s, --const-subs Create subroutines for specified macros. - -t, --default-type Default type for autoloaded constants (default is IV) - --use-new-tests Use Test::More in backward compatible modules - --use-old-tests Use the module Test rather than Test::More - --skip-exporter Do not export symbols - --skip-ppport Do not use portability layer - --skip-autoloader Do not use the module C<AutoLoader> - --skip-strict Do not use the pragma C<strict> - --skip-warnings Do not use the pragma C<warnings> + -t, --default-type Default type for autoloaded constants (default is IV). + --use-new-tests Use Test::More in backward compatible modules. + --use-old-tests Use the module Test rather than Test::More. + --skip-exporter Do not export symbols. + --skip-ppport Do not use portability layer. + --skip-autoloader Do not use the module C<AutoLoader>. + --skip-strict Do not use the pragma C<strict>. + --skip-warnings Do not use the pragma C<warnings>. -v, --version Specify a version number for this extension. -x, --autogen-xsubs Autogenerate XSUBs using C::Scan. |