This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move Text-Tabs+Wrap from ext/ to cpan/
[perl5.git] / cpan / Archive-Tar / Makefile.PL
CommitLineData
9915814a
CBW
1use strict;
2use ExtUtils::MakeMaker;
3
4WriteMakefile (
5 NAME => 'Archive::Tar',
6 VERSION_FROM => 'lib/Archive/Tar.pm', # finds $VERSION
7 EXE_FILES => ['bin/ptar', 'bin/ptardiff'],
8 INSTALLDIRS => ( $] >= 5.009003 ? 'perl' : 'site' ),
9 AUTHOR => 'Jos Boumans <kane[at]cpan.org>',
10 ABSTRACT => 'Manipulates TAR archives'
11);