The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Pragmas.
use strict;
use warnings;

# Modules.
use inc::Module::Install;

# Definition.
abstract 'Barfing content to output file.';
author 'Michal Špaček <skim@cpan.org>';
license 'bsd';
name 'IO-Barf';
readme_from 'Barf.pm';
requires 'Error::Pure' => 0.11;
requires 'Exporter' => 0;
requires 'Readonly' => 0;
requires 'Scalar::Util' => 0;
requires 'perl' => '5.6.2';
resources 'bugtracker' => 'https://rt.cpan.org/Public/Dist/Display.html'.
	'?Name=IO-Barf';
resources 'homepage' => 'https://github.com/tupinek/IO-Barf';
resources 'repository' => 'git://github.com/tupinek/IO-Barf';
test_requires 'Digest' => 0;
test_requires 'Digest::SHA' => 0;
test_requires 'English' => 0;
test_requires 'Error::Pure' => 0.11;
test_requires 'File::Object' => 0.05;
test_requires 'File::Slurp' => 0;
test_requires 'File::Temp' => 0;
test_requires 'IO::File' => 0;
test_requires 'Test::More' => 0;
test_requires 'Test::NoWarnings' => 0;
test_requires 'Test::Pod' => 0;
test_requires 'Test::Pod::Coverage' => 0;
tests_recursive;
version '0.07';

# Run.
WriteAll();