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         => 'Gtk2::Ex::DbLinker',
    VERSION_FROM => 'lib/Gtk2/Ex/DbLinker.pm', # finds \$VERSION
    AUTHOR       => 'FranE<ccedil>ois Rappaz (rappazf@gmail.com)',
    ABSTRACT_FROM => 'lib/Gtk2/Ex/DbLinker.pm',
    PREREQ_PM    => {
                     'Test::More' => 1,
		     'Gtk2' => 1.240,
		      '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/gtk2-ex-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;"},	
);