The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.4224
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Circle::FE::Gtk',
  'VERSION_FROM' => 'lib/Circle/FE/Gtk.pm',
  'PREREQ_PM' => {
                   'File::ShareDir' => '1.00',
                   'Glib' => 0,
                   'Gtk2' => 0,
                   'IO::Async' => '0.14',
                   'IO::Async::Loop::Glib' => 0,
                   'Module::Pluggable' => 0,
                   'Net::Async::Tangence::Client' => '0.13',
                   'Tangence::ObjectProxy' => '0.18'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'bin/circle-fe-gtk'
                 ],
  'PL_FILES' => {}
)
;