Cpanel-JSON-XS

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

      print "$cc_cmd\n";
    } else {
      $define .= " -DI_XLOCALE -DHAS_USELOCALE";
    }
    unlink("tmp.c", $exe, "tmp$Config{obj_ext}");
  }
}

WriteMakefile(
  dist	 => {
    PREOP	=> 'pod2text XS.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
    COMPRESS	=> 'gzip -9v',
    SUFFIX	=> '.gz',
  },
  EXE_FILES    => [ "bin/cpanel_json_xs" ],
  VERSION_FROM => "XS.pm",
  NAME         => "Cpanel::JSON::XS",
  CONFIGURE_REQUIRES => {
    'Config'              => 0,
    'ExtUtils::MakeMaker' => 0,
  },



( run in 0.338 second using v1.01-cache-2.11-cpan-496ff517765 )