Eric Wilhelm <[EMAIL PROTECTED]> writes: > Wouldn't it be nifty to have something like a plugins/registry system > for determining what is available and whether we're allowed to use it? > > use Test::Abilities; > ... > my $can = Test::Abilities->want(create_db => 'DBD::Pg' => '>=1.31'); > skip($can->message, $ntests) unless($can);
Yes, that would be along the lines of the Alien philosophy. -- Johan