Apache-XBEL

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

use ExtUtils::MakeMaker;

WriteMakefile(
	      'NAME'	     => 'Apache::XBEL',
	      ($[ >= 5.005) ?
	      (AUTHOR   => 'Aaron Straup Cope (ascope@cpan.org)',
	       ABSTRACT => '') : (),
	      'VERSION_FROM' => 'lib/Apache/XBEL.pm',
	      'PREREQ_PM'    => {
				 Apache           => '1.26',
				 Digest::MD5      => '1.0',
				 File::Basename   => 0,
				 File::Copy       => '0',
				 File::Spec       => '0',
				 XML::LibXML      => '1.51',



( run in 1.237 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )