The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Module::Install::PerlTar - Removes the requirement for a tar executable.

SYNOPSIS

  # in Makefile.PL
  use inc::Module::Install;
  use_ptar;

DESCRIPTION

Module::Install::DistArchiveTar is a Module::Install plugin to set the options that allow the use of the 'ptar' script when running 'make dist'.

This way, there is no reliance on any binaries external to Perl.

AUTHOR

Curtis Jewell <csjewell@cpan.org>

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Module::Install