The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

use strict;
use warnings;

# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME         => 'Test::PerlTidy',
    VERSION_FROM => 'lib/Test/PerlTidy.pm',
    LICENSE      => 'perl',
    PREREQ_PM    => {
        'Carp'          => '0',
        'File::Finder'  => '0',
        'File::Slurp'   => '0',
        'File::Spec'    => '0',
        'IO::File'      => '0',
        'parent'        => '0',
        'Perl::Tidy'    => '20031021',
        'Test::Builder' => '0',
        'Test::More'    => '0',
        'Text::Diff'    => '0'
    },
);