# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'B::XPath',
          'VERSION_FROM' => 'lib/B/XPath.pm',
          'PREREQ_PM' => {
                           'Class::XPath' => '0',
                           'Scalar::Util' => '0',
                           'Test::More' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'PL_FILES' => {}
        )
;