Alien-unzip

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      }
   },
   "version" : "0.03",
   "x_alienfile" : {
      "generated_by" : "Dist::Zilla::Plugin::AlienBuild version 0.26",
      "requires" : {
         "share" : {
            "Archive::Tar" : "0",
            "Config" : "0",
            "HTTP::Tiny" : "0.044",
            "IO::Socket::SSL" : "1.56",
            "IO::Zlib" : "0",
            "Net::SSLeay" : "1.49",
            "URI" : "0"
         },
         "system" : {}
      }
   },
   "x_generated_by_perl" : "v5.26.2",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.09",
   "x_use_unsafe_inc" : 0

META.yml  view on Meta::CPAN

  homepage: https://metacpan.org/pod/Alien::unzip
  repository: git://github.com/Perl5-Alien/Alien-unzip.git
version: '0.03'
x_alienfile:
  generated_by: 'Dist::Zilla::Plugin::AlienBuild version 0.26'
  requires:
    share:
      Archive::Tar: '0'
      Config: '0'
      HTTP::Tiny: '0.044'
      IO::Socket::SSL: '1.56'
      IO::Zlib: '0'
      Net::SSLeay: '1.49'
      URI: '0'
    system: {}
x_generated_by_perl: v5.26.2
x_serialization_backend: 'YAML::Tiny version 1.73'
x_use_unsafe_inc: 0

maint/cip-before-install  view on Meta::CPAN

  echo " export CIP_ENV=ALIEN_INSTALL_TYPE=system"
  false
fi

if echo $CIP_ENV | grep -q system; then
  echo use system unzip
  cip sudo apt-get update
  cip sudo apt-get -y install unzip
else
  echo use internet libffi
  cip exec cpanm -n Net::SSLeay IO::Socket::SSL
fi



( run in 0.511 second using v1.01-cache-2.11-cpan-4d50c553e7e )