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

WriteMakefile(
    'NAME'          => 'Tie::SymlinkTree',
    'AUTHOR'	    => 'Jörg Walter <jwalt@cpan.org>',
    'ABSTRACT'	    => 'fast and multi-process-safe persistent storage',
    'VERSION_FROM'  => 'lib/Tie/SymlinkTree.pm', # finds $VERSION
    'PREREQ_PM'     => { },
    'dist' => {
        COMPRESS    =>"gzip -9",
        SUFFIX      =>"gz",
        },
);