use ExtUtils::MakeMaker; use File::Spec; my $ok; for my $path (split /:/, $ENV{PATH}) { if (-e File::Spec->catfile($path, "raop_play")) { $ok = 1; last; } } unless ($ok) { warn < 'POE::Component::Client::AirTunes', 'VERSION_FROM' => 'lib/POE/Component/Client/AirTunes.pm', # finds $VERSION 'PREREQ_PM' => { Test::More => 0.32, POE => 0.30, }, );