Lines Matching refs:module

108 Omit the XS portion.  Used to generate templates for a module which is not
239 Will force the generation of test code that uses the older C<Test> module.
251 Do not use the module C<AutoLoader>; but keep the constant() function
357 I<interface_hairy.h>, and you want the perl module be named as
548 --use-old-tests Use the module Test rather than Test::More
551 --skip-autoloader Do not use the module C<AutoLoader>
659 If you intend this module to be compatible with earlier perl versions, please
683 my $module = $opt_n || 'Your::Module';
687 minimum required version with C<use $module versionnum>.
720 usage "Must supply header file or module name\n"
767 my $module = $opt_n;
787 $module ||= do {
820 (my $epath = $module) =~ s,::,/,g;
926 my @modparts = split(/::/,$module);
1077 package $module;
1142 # This allows declaration use $module ':all';
1172 print PM autoload ($module, $compat_version) unless $opt_c or $opt_X;
1177 bootstrap $module \$VERSION;
1182 XSLoader::load('$module', \$VERSION);
1313 ## Below is stub documentation for your module. You'd better edit it!
1317 #$module - Perl extension for blah blah blah
1321 # use $module;
1326 #Stub documentation for $module, created by h2xs. It looks like the
1340 #If you have a mailing list set up for your module, mention it here.
1342 #If you have a web site set up for your module, mention it here.
1390 #define MY_CXT_KEY "${module}::_guts" XS_VERSION
1441 # We write the "sample" files used when this module is built by perl without
1455 NAME => $module,
1467 MODULE = $module PACKAGE = $module $prefix
1496 croak("Your vendor has not defined the $module macro $_");
1550 (void)call_pv("$module\::_get_$name", G_DISCARD);
1560 (void)call_pv("$module\::_set_$name", G_DISCARD);
1606 MODULE = $module PACKAGE = ${name} $prefix
1635 MODULE = $module PACKAGE = ${name}Ptr $prefix
1901 NAME => '$module',
1905 (ABSTRACT_FROM => '$modpmname', # retrieve abstract from module
1939 NAME => $module,
1944 # If you edit these definitions to change the constants used by this module,
2021 The README is used to introduce the module and provide instructions on
2022 how to install the module, any machine dependencies it may have (for
2024 that should be provided before the module is installed.
2027 README file from a module distribution so that people browsing the
2030 decide whether fixes for the module are worth downloading.
2034 To install this module type the following:
2043 This module requires these other modules and libraries:
2085 use $module;
2103 if (\$\@ =~ /^Your vendor has not defined $module macro \$constname/) {
2123 BEGIN { use_ok('$module') };
2140 if (\$\@ =~ /^Your vendor has not defined $module macro \$constname/) {
2157 # Insert your test code below, the $test_mod module is use()ed here so read
2170 Revision history for Perl extension $module.