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


use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    NAME         => 'Wx::Perl::DbLinker',
    VERSION_FROM => 'lib/Wx/Perl/DbLinker.pm', # finds \$VERSION
    AUTHOR       => 'FranE<ccedil>ois Rappaz (rappazf@gmail.com)',
    ABSTRACT_FROM     => 'lib/Wx/Perl/DbLinker.pm',
    PREREQ_PM    => {
                     'Test::More' => 1,
		     'Wx' => 0.9,
		      'Gtk2::Ex::DbLinker::DbTools' => 0.110,
		      'DateTime::Format::Strptime' => 1.5,
		        'Log::Log4perl' => 1.41,
		      'Data::Dumper' => 2.154,
		       'DBD::SQLite'	=> 1.46,
               'Scalar::Util' => 1.45,
               'Class::InsideOut' => 1.13,
                    },
    META_MERGE => {
        resources => {
            repository => 'https://sourceforge.net/projects/wx-perl-dblinker/',
        },
    },
   	TAR => 'ptar', 
	TARFLAGS => '-c -C -f',
       COMPRESS => q{perl -MIO::Compress::Gzip=gzip,:constants -e"my $$in = $$ARGV[0]; gzip($$in => qq($$in.gz), q(Level) => Z_BEST_COMPRESSION, q(BinModeIn) => 1) or die q(gzip failed); unlink $$in;"},
);