Astro-Coord-ECI-TLE-Iridium
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use 5.006002; # for 'our'.
use strict;
use warnings;
use lib qw{ inc };
use My::Module::Meta;
use My::Module::Recommend;
use ExtUtils::MakeMaker qw{WriteMakefile prompt};
use FileHandle;
use Getopt::Std;
my %opt;
getopts ('ny', \%opt) or die <<eod;
The only legal options are
-n = answer all questions 'no'.
-y = answer all questions 'yes'.
You may not assert both of these at once - it is too confusing.
eod
( run in 0.946 second using v1.01-cache-2.11-cpan-0b5f733616e )