The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# Note: this file was auto-generated by Module::Build::Compat version 0.340201
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'RDF::Trine::AllegroGraph',
          'VERSION_FROM' => 'lib/RDF/Trine/AllegroGraph.pm',
          'PREREQ_PM' => {
                           'HTTP::Request::Common' => undef,
                           'LWP::UserAgent' => undef,
                           'List::MoreUtils' => undef,
                           'RDF::AllegroGraph::Easy' => undef,
                           'RDF::Endpoint' => '0.01',
                           'RDF::Query' => '2.905',
                           'RDF::Trine' => '0.134',
                           'Test::Exception' => undef,
                           'Test::More' => 0,
                           'Test::WWW::Mechanize::PSGI' => undef
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;