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

name 'Archive-BagIt';
all_from 'lib/Archive/BagIt.pm';


requires 'Moose';
requires 'MooseX::App::Cmd';
requires 'File::Find';
requires 'Digest::MD5';

install_script("bin/bagit.pl");
tests 't/*.t';

WriteAll;