Acme-MITHALDU-XSGrabBag
view release on metacpan or search on metacpan
inc/Acme/MITHALDU/XSGrabBag/Inline.pm view on Meta::CPAN
# DO NOT EDIT. GENERATED BY: Inline::Module
#
# This module is for author-side development only. When this module is shipped
# to CPAN, it will be automagically replaced with content that does not
# require any Inline framework modules (or any other non-core modules).
#
# To regenerate this stub module, run this command:
#
# perl -MInline::Module=makestub,Acme::MITHALDU::XSGrabBag::Inline
use strict; use warnings;
package Acme::MITHALDU::XSGrabBag::Inline;
use Inline::Module stub => 'v2';
1;
inc/Inline/Module.pm view on Meta::CPAN
sub proxy_module {
my ($class, $module) = @_;
DEBUG_ON && DEBUG "$class->proxy_module($module)";
return <<"...";
# DO NOT EDIT. GENERATED BY: Inline::Module
#
# This module is for author-side development only. When this module is shipped
# to CPAN, it will be automagically replaced with content that does not
# require any Inline framework modules (or any other non-core modules).
#
# To regenerate this stub module, run this command:
#
# perl -MInline::Module=makestub,$module
use strict; use warnings;
package $module;
use Inline::Module stub => '$API_VERSION';
1;
...
( run in 1.802 second using v1.01-cache-2.11-cpan-e1769b4cff6 )