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.3800
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'MooseX::Semantic',
  'VERSION_FROM' => 'lib/MooseX/Semantic.pm',
  'PREREQ_PM' => {
                   'Data::UUID' => '1.217',
                   'File::Path' => 0,
                   'File::Slurp' => '9999.19',
                   'File::Temp' => 0,
                   'LWP::Protocol::PSGI' => 0,
                   'LWP::UserAgent' => 0,
                   'Module::Load' => '0.18',
                   'Moose' => '2.0',
                   'MooseX::ClassAttribute' => '0.26',
                   'MooseX::HasDefaults' => '0.03',
                   'MooseX::Types' => '0.30',
                   'MooseX::Types::URI' => '0.03',
                   'Pod::Readme' => 0,
                   'Pod::Select' => 0,
                   'RDF::Endpoint' => '0.04',
                   'RDF::NS' => '20111124',
                   'RDF::RDFa::Parser' => '1.096',
                   'RDF::Trine' => '0.136',
                   'RDF::Trine::Serializer::SparqlUpdate' => '0.0002',
                   'SUPER' => 0,
                   'Scalar::Util' => 0,
                   'Set::Object' => '1.28',
                   'String::Diff' => 0,
                   'Term::ANSIColor' => 0,
                   'Try::Tiny' => '0.09',
                   'URI' => 0,
                   'YAML::XS' => 0,
                   'namespace::clean' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {},
  'test' => {
              'TESTS' => 't/*.t t/scripts/*.t t/rdf_export/*.t t/util/*.t t/util/schema_import/*.t t/config/*.t t/trait_semantic/*.t t/data/*.t t/data/ontologies/*.t t/rdf_backend/*.t t/rdf_import/*.t'
            }
)
;