The following scripts will be installed: SpaceTrack is an interactive interface to Astro::SpaceTrack; SpaceTrackTk is a windowed interface to Astro::SpaceTrack, using Perl/Tk. If you do not want this, run Makefile.PL with the -n option. Unless you are running MSWin32 or VMS (which are special-cased), I will assume you're running some version of U*ix, and behave accordingly. Checking if your kit is complete... Looks good Writing Makefile for Astro::SpaceTrack cp lib/Astro/SpaceTrack/Parser.pm blib/lib/Astro/SpaceTrack/Parser.pm cp lib/Astro/SpaceTrack.pm blib/lib/Astro/SpaceTrack.pm cp bin/SpaceTrack blib/script/SpaceTrack /home/cpanrun/ia64/build/5.6.1/bin/perl -I/home/cpanrun/ia64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi -I/home/cpanrun/ia64/build/5.6.1/lib/5.6.1 -MExtUtils::MakeMaker -e "MY->fixin(shift)" blib/script/SpaceTrack cp bin/SpaceTrackTk blib/script/SpaceTrackTk /home/cpanrun/ia64/build/5.6.1/bin/perl -I/home/cpanrun/ia64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi -I/home/cpanrun/ia64/build/5.6.1/lib/5.6.1 -MExtUtils::MakeMaker -e "MY->fixin(shift)" blib/script/SpaceTrackTk Manifying blib/man1/SpaceTrack.1 Manifying blib/man1/SpaceTrackTk.1 Manifying blib/man3/Astro::SpaceTrack.3 PERL_DL_NONLAZY=1 /home/cpanrun/ia64/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/ia64/build/5.6.1/lib/5.6.1/IA64.ARCHREV_0-thread-multi -I/home/cpanrun/ia64/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/basic.............1..21 # Test 1 - Loading the library. ok 1 # Test 2 - Instantiate the object. ok 2 # Test 3 - Log in to Space Track. ok 3 # Automated testing and no SPACETRACK_USER environment variable provided. # Test 4 - Fetch a catalog entry. ok 4 # Automated testing and no SPACETRACK_USER environment variable provided. # Test 5 - Retrieve some orbital elements. ok 5 # Automated testing and no SPACETRACK_USER environment variable provided. # Test 6 - Retrieve a range of orbital elements. ok 6 # Automated testing and no SPACETRACK_USER environment variable provided. # Test 7 - Check the content type. ok 7 # Automated testing and no SPACETRACK_USER environment variable provided. # Test 8 - Search for something by name. ok 8 # Automated testing and no SPACETRACK_USER environment variable provided. # Test 9 - Search by international designator. ok 9 # Automated testing and no SPACETRACK_USER environment variable provided. # Test 10 - Search by launch date. ok 10 # Automated testing and no SPACETRACK_USER environment variable provided. # Test 11 - Retrieve historical elements. ok 11 # Automated testing and no SPACETRACK_USER environment variable provided. # Test 12 - Fetch a Celestrak data set. ok 12 # Automated testing and no SPACETRACK_USER environment variable provided. # Test 13 - Fetch a Celestrak data set, with fallback. ok 13 # Automated testing and no SPACETRACK_USER environment variable provided. # Test 14 - With fallback, succeed without user/password. ok 14 # Automated testing and no SPACETRACK_USER environment variable provided. # Test 15 - Without fallback, fail without user/password. ok 15 # Automated testing and no SPACETRACK_USER environment variable provided. # Test 16 - Direct-fetch a Celestrak data set. ok 16 # Test 17 - Check content type of Celestrak data set. ok 17 # Test 18 - Try to retrieve data from Human Space Flight. ok 18 # Test 19 - Get Iridium status. ok 19 # Test 20 - Get Iridium status (Kelso only). ok 20 # Test 21 - Try to retrieve data from the Radio Amateur Satellite Corporation. ok 21 ok t/pod...............syntax error at t/pod.t line 12, near "plan skip_all" Execution of t/pod.t aborted due to compilation errors. dubious Test returned status 2 (wstat 512, 0x200) t/pod_coverage......syntax error at t/pod_coverage.t line 12, near "plan skip_all" Execution of t/pod_coverage.t aborted due to compilation errors. dubious Test returned status 255 (wstat 65280, 0xff00) Failed Test Status Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------- t/pod.t 2 512 ?? ?? % ?? t/pod_coverage.t 255 65280 ?? ?? % ?? Failed 2/3 test scripts, 33.33% okay. 0/21 subtests failed, 100.00% okay. make: *** [test_dynamic] Error 2