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.4212
require 5.010;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Authen::HTTP::Signature',
  'VERSION_FROM' => 'lib/Authen/HTTP/Signature.pm',
  'PREREQ_PM' => {
                   'Crypt::OpenSSL::RSA' => '0.28',
                   'Digest::SHA' => '5.70',
                   'HTTP::Date' => '6.00',
                   'HTTP::Message' => '6.02',
                   'MIME::Base64' => '3.13',
                   'Moo' => '0.009013',
                   'Test::Fatal' => 0,
                   'Test::More' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;