Astro-App-Satpass2
view release on metacpan or search on metacpan
inc/My/Module/Recommend.pm view on Meta::CPAN
use warnings;
use Carp;
use Config;
use My::Module::Recommend::Any qw{ __any };
use My::Module::Recommend::All qw{ __all };
my ( $is_5_010, $is_5_012 );
if ( $] ge '5.012' ) {
$is_5_012 = $is_5_010 = 1;
} elsif ( $] ge '5.010' ) {
$is_5_010 = 1;
};
my %misbehaving_os = map { $_ => 1 } qw{ MSWin32 cygwin };
my @optionals = (
__any( 'Astro::Coord::ECI::TLE::Iridium' => <<'EOD' ),
This module is needed if you wish to compute Iridium Classic flare
events. If you do not intend to do this, this module is not
needed.
( run in 0.658 second using v1.01-cache-2.11-cpan-b61123c0432 )