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.40
require 5.010001;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Catmandu::FedoraCommons',
  'VERSION_FROM' => 'lib/Catmandu/FedoraCommons.pm',
  'PREREQ_PM' => {
                   'Data::Validate::Type' => '1.004000',
                   'Data::Validate::URI' => '0.06',
                   'HTTP::Request::Common' => '6.03',
                   'RDF::Trine' => '1.003',
                   'Software::License' => 0,
                   'Test::More' => '0.98',
                   'XML::LibXML' => '2.0014'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;