Alien-MSYS2

 view release on metacpan or  search on metacpan

lib/Alien/MSYS2.pm  view on Meta::CPAN

use File::Spec;
use JSON::PP ();

# ABSTRACT: Tools required for autogen scripts in Windows (MSYS2)
our $VERSION = '0.02'; # VERSION


sub new
{
  my($class) = @_;
  bless {}, $class;
}


{

  my $share;
  my $config;

  sub _share ()
  {



( run in 0.491 second using v1.01-cache-2.11-cpan-de7293f3b23 )