Astro-SpaceTrack
view release on metacpan or search on metacpan
inc/My/Module/Recommend.pm view on Meta::CPAN
345678910111213141516171819202122232425use
strict;
use
warnings;
use
Carp;
use
Config;
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(
'Config::Identity'
=> <<
'EOD'
),
This module is used to parse the user's identity file, which
provides
default
attribute
values
, and which can be encrypted
with
( run in 0.232 second using v1.01-cache-2.11-cpan-94b05bcf43c )