The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use warnings;
 
use inc::Module::Install;

perl_version '5.008004';
requires_external_bin 'xml2-config';

WriteMakefile(
    'NAME'		 => 'XML::RelaxNG::Compact::PXB',
    'VERSION_FROM'	 => 'lib/XML/RelaxNG/Compact/PXB.pm',  
    'AUTHOR'             =>  'Maxim Grigoriev, maxim_at_fnal_dot_gov',  
    'ABSTRACT'           => 'XML RelaxNG Compact data binding',
    'PL_FILES'           => {},    
    'PREREQ_PM'		 => {
			    'XML::LibXML' => 1.58,
			    'XML::LibXML::XPathContext' => 0.04,
			    'Test::More' => 0, 
		            'Test::Harness' => 0,
                            'Log::Log4perl' => 0,
                            'Scalar::Util' => 0,
                            'Class::Accessor'  => 0,
                            'Class::Fields'  => 0, 
                            'POD::Credentials' => 0.03,
			    'Test::Perl::Critic' => 0,                       
                            'Perl::Tidy' => 0,
                            'File::Basename' => 0,
                            'File::Path' => 0,
                            'Data::Dumper' => 0,
                            'FindBin' => 0,                           
                            'version'  => 0, 
                            'fields'  => 0,                          
                            'Readonly' => 0,			    
			   },
    	  
 
     dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
     clean               => { FILES => 'XML-RelaxNG-Compact-PXB-* t/data/*' },

);