From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

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

SYNOPSIS

# in Makefile.PL
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