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.3800
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PL_FILES' => {},
  'INSTALLDIRS' => 'site',
  'NAME' => 'Net::OpenVPN::TrayIcon',
  'EXE_FILES' => [
                   'script/ovpntray.pl'
                 ],
  'VERSION_FROM' => 'lib/Net/OpenVPN/TrayIcon/Version.pm',
  'PREREQ_PM' => {
                   'Moo' => 0,
                   'Data::Section' => 0,
                   'Time::HiRes' => 0,
                   'Test::More' => 0,
                   'POSIX' => 0,
                   'MIME::Base64' => 0,
                   'Gtk2::TrayIcon' => 0,
                   'Gtk2' => 0,
                   'Proc::Daemon' => 0
                 }
)
;