Alt-Math-Prime-FastSieve-Inline
view release on metacpan or search on metacpan
- Release with newer Inline::Module
0.04 2014-12-17
- Add a meta-spec field.
0.03 2014-12-16
- Release with fixed Inline::Module
0.02 2014-12-15
- Rework meta for developer-only dependencies.
- Fix release tests to work with Inline::Module and Alt frameworks.
0.01 2014-12-13
- original version
inc/Inline/Module.pm view on Meta::CPAN
}
sub proxy_module {
my ($class, $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;
...
inc/Math/Prime/FastSieve/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,Math::Prime::FastSieve::Inline
use strict; use warnings;
package Math::Prime::FastSieve::Inline;
use Inline::Module stub => 'v2';
1;
( run in 1.004 second using v1.01-cache-2.11-cpan-df04353d9ac )