Math-Logic-Predicate

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

use ExtUtils::MakeMaker;

WriteMakefile(
	($] ge '5.006001') ?
	(
		AUTHOR => 'Luke Palmer (fibonaci@babylonia.flatirons.org)',
		ABSTRACT => 'Query a database in predicate calculus form',
	) : (),
	dist  => { COMPRESS => 'gzip', SUFFIX => 'gz' },
	DISTNAME => 'Math-Logic-Predicate',
	NAME => 'Math::Logic::Predicate',
	PM => { 'Predicate.pm' => '$(INST_LIBDIR)/Predicate.pm',
		'Predicate.pod' => '$(INST_LIBDIR)/Predicate.pod' },
	PREREQ_PM => { 'Parse::RecDescent' => 0 },



( run in 1.287 second using v1.01-cache-2.11-cpan-a49fcb8fa48 )