use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. $| = 1; my $missing_modules = 0; print "Checking for Sybase::CTlib..."; eval { require Sybase::CTlib; Sybase::CTlib->require_version('2.09'); }; if ($@) { print " failed\n"; $missing_modules++; print < 'Apache::Sybase::CTlib', 'VERSION_FROM' => 'CTlib.pm', # finds $VERSION );