Alt-Devel-GlobalDestruction-XS-Inline
view release on metacpan or search on metacpan
0.06 2014-12-29
* Use latest Alt best practices
0.05 2014-12-24
* Build in .inline
0.04 2014-12-23
* Fix Smoker bug with Inline::Module 0.29
0.03 2014-12-22
* Don't skip our C code file
0.02 2014-12-22
* Add MANIFEST.SKIP to MANIFEST.SKIP
0.01 2014-12-22
* Converted to Inline::Module
inc/Inline.pm view on Meta::CPAN
}
sub M62_invalid_config_file {
my ($config) = @_;
return <<END;
You are using a config file that was created by an older version of Inline:
$config
This file and all the other components in its directory are no longer valid
for this version of Inline. The best thing to do is simply delete all the
contents of the directory and let Inline rebuild everything for you. Inline
will do this automatically when you run your programs.
END
}
sub M63_no_source {
my ($pkg) = @_;
return <<END;
This module $pkg can not be loaded and has no source code.
( run in 0.875 second using v1.01-cache-2.11-cpan-4e96b696675 )