Move Archive::Tar from ext/ to cpan/
[p5sagit/p5-mst-13.2.git] / cpan / Archive-Tar / Makefile.PL
CommitLineData
9915814a 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);