Alien-gzip

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Alien-gzip

0.07      2022-11-15 06:38:08 -0700
  - Update system probe to always accept gzip version
    on stderr instead of stdout (as is the case for
    NetBSD and macOS) (gh#9)

0.06      2020-02-20 19:44:07 -0500
  - Use https instead of http
  - Fix detection of bundled gzip on macOS

0.05      2018-02-20 10:16:33 -0500

0.04_02   2018-02-05 15:09:18 -0500
  - use http instead of ftp

alienfile  view on Meta::CPAN

plugin 'Probe::CommandLine' => (
  command => 'gzip',
  args    => [ '--version' ],
  match   => qr/gzip/,
  version => qr/gzip ([0-9\.]+)/,
);

plugin 'Probe::CommandLine' => (
  command        => 'gzip',
  args           => [ '--version' ],
  match_stderr   => qr/gzip/,
  version_stderr => qr/gzip ([0-9\.]+)/,
);

share {

  meta->prop->{out_of_source} = 1;

  plugin Download => (
    url     => 'https://ftp.gnu.org/gnu/gzip/',
    filter  => qr/^gzip-.*\.tar\.xz$/,
    version => qr/([0-9\.]+)/,

xt/author/pod_spelling_system.t  view on Meta::CPAN

  if -r $config_filename;

plan skip_all => 'disabled' if $config->{pod_spelling_system}->{skip};

chdir(File::Spec->catdir($FindBin::Bin, File::Spec->updir, File::Spec->updir));

add_stopwords($config->{pod_spelling_system}->{stopwords}->@*);
add_stopwords(qw(
Plicease
stdout
stderr
stdin
subref
loopback
username
os
Ollis
Mojolicious
plicease
CPAN
reinstall



( run in 1.366 second using v1.01-cache-2.11-cpan-49f99fa48dc )