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

WriteMakefile(
	NAME          => 'Archive::Cpio',
	VERSION_FROM  => 'lib/Archive/Cpio.pm',
	ABSTRACT_FROM => 'lib/Archive/Cpio.pm',
        EXE_FILES     => ['bin/cpio-filter'],
	AUTHOR        => 'Pixel <pixel@rigaux.org>',
);