The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;
WriteMakefile(
  NAME      => q{GPS::OID},
  VERSION_FROM => q{lib/GPS/OID.pm},
  ABSTRACT_FROM => 'lib/GPS/OID.pm',
  PREREQ_PM => {
                 strict            => 0,
                 warnings          => 0,
                 'Test::Simple'    => 0, #Test::More
               },
             );