The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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