mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 10:19:51 +00:00
perl: PERL_ONLY=1 disables XS
This commit is contained in:
parent
63f6c86b46
commit
49379140c7
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ sub false () {
|
|||
|
||||
if ( !__PACKAGE__->can('pack') ) { # this idea comes from Text::Xslate
|
||||
my $backend = $ENV{ PERL_DATA_MESSAGEPACK } || '';
|
||||
if ( $backend !~ /\b pp \b/xms ) {
|
||||
if ( $backend !~ /\b pp \b/xms or $ENV{PERL_ONLY} ) {
|
||||
eval {
|
||||
require XSLoader;
|
||||
XSLoader::load(__PACKAGE__, $VERSION);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue