diff --git a/Changes b/Changes index 3c22220..d196161 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ +0.162_02 2023-10-17 T. R. Wyant + Track Celestrak response to non-existent catalogs. + 0.162_01 2023-10-09 T. R. Wyant - Space Track options to celestrak() warn on every use. + Space Track options to celestrak() now warn on every use. Fix missed changes to Mike McCants' new web site. diff --git a/eg/SpaceTrackTk b/eg/SpaceTrackTk index 6abaf00..b4c31f8 100755 --- a/eg/SpaceTrackTk +++ b/eg/SpaceTrackTk @@ -10,7 +10,7 @@ use IO::File; use Tk; use Tk::Pane; -our $VERSION = '0.162_01'; +our $VERSION = '0.162_02'; my @pad = qw{ -padx 5 -pady 5 }; # Standard cell padding diff --git a/eg/celestrak b/eg/celestrak index 03995fa..9632337 100755 --- a/eg/celestrak +++ b/eg/celestrak @@ -5,7 +5,7 @@ use strict; use warnings; -our $VERSION = '0.162_01'; +our $VERSION = '0.162_02'; use Astro::SpaceTrack; diff --git a/eg/spacetrack-identity b/eg/spacetrack-identity index fe26a44..8e8544b 100755 --- a/eg/spacetrack-identity +++ b/eg/spacetrack-identity @@ -9,7 +9,7 @@ use Getopt::Long 2.33 qw{ :config auto_version }; use Astro::SpaceTrack; use Pod::Usage; -our $VERSION = '0.162_01'; +our $VERSION = '0.162_02'; my %opt; diff --git a/inc/Astro/SpaceTrack/Dumper.pm b/inc/Astro/SpaceTrack/Dumper.pm index 90aa2ed..4b0807d 100644 --- a/inc/Astro/SpaceTrack/Dumper.pm +++ b/inc/Astro/SpaceTrack/Dumper.pm @@ -19,7 +19,7 @@ eval { 1; } or croak 'Can not load Mock::LWP::UserAgent. Code must be run from the base directory of the Astro-SpaceTrack distribution'; -our $VERSION = '0.162_01'; +our $VERSION = '0.162_02'; { my $json; diff --git a/inc/Mock/LWP/UserAgent.pm b/inc/Mock/LWP/UserAgent.pm index 34dfe97..7d38198 100644 --- a/inc/Mock/LWP/UserAgent.pm +++ b/inc/Mock/LWP/UserAgent.pm @@ -13,7 +13,7 @@ use HTTP::Response; use LWP::UserAgent; use JSON; -our $VERSION = '0.162_01'; +our $VERSION = '0.162_02'; our $CANNED_RESPONSE_DIR = File::Spec->catdir( qw{ t data Mock-LWP-UserAgent } ); diff --git a/inc/My/Module/Recommend/Any.pm b/inc/My/Module/Recommend/Any.pm index 90c6380..d109250 100644 --- a/inc/My/Module/Recommend/Any.pm +++ b/inc/My/Module/Recommend/Any.pm @@ -8,7 +8,7 @@ use Exporter; our @ISA = qw{ Exporter }; -our $VERSION = '0.162_01'; +our $VERSION = '0.162_02'; our @EXPORT_OK = qw{ __any }; diff --git a/inc/My/Module/Test.pm b/inc/My/Module/Test.pm index a230644..845bb38 100644 --- a/inc/My/Module/Test.pm +++ b/inc/My/Module/Test.pm @@ -13,7 +13,7 @@ use HTTP::Date; use HTTP::Status qw{ :constants }; use Test::More 0.96; # For subtest -our $VERSION = '0.162_01'; +our $VERSION = '0.162_02'; # Set the following to zero if Space Track (or any other SSL host) # starts using a certificate that can not be verified. diff --git a/lib/Astro/SpaceTrack.pm b/lib/Astro/SpaceTrack.pm index 545807b..08263c3 100644 --- a/lib/Astro/SpaceTrack.pm +++ b/lib/Astro/SpaceTrack.pm @@ -128,7 +128,7 @@ use Exporter; our @ISA = qw{ Exporter }; -our $VERSION = '0.162_01'; +our $VERSION = '0.162_02'; our @EXPORT_OK = qw{ shell diff --git a/script/SpaceTrack b/script/SpaceTrack index 91f3321..e22c15e 100755 --- a/script/SpaceTrack +++ b/script/SpaceTrack @@ -15,7 +15,7 @@ use strict; use warnings; -our $VERSION = '0.162_01'; +our $VERSION = '0.162_02'; use Astro::SpaceTrack qw{shell}; use Getopt::Long 2.39; diff --git a/tools/all_iridium_classic b/tools/all_iridium_classic index a13bc14..7e92ca0 100755 --- a/tools/all_iridium_classic +++ b/tools/all_iridium_classic @@ -11,7 +11,7 @@ use JSON; use List::Util qw{ max }; use Pod::Usage; -our $VERSION = '0.162_01'; +our $VERSION = '0.162_02'; my %opt; diff --git a/tools/capture b/tools/capture index 2f1e285..70bcfe2 100755 --- a/tools/capture +++ b/tools/capture @@ -19,7 +19,7 @@ use JSON; use Mock::LWP::UserAgent (); use My::Module::Test (); -our $VERSION = '0.162_01'; +our $VERSION = '0.162_02'; my %opt = ( directory => $Mock::LWP::UserAgent::CANNED_RESPONSE_DIR, diff --git a/tools/celestrak-availability b/tools/celestrak-availability index 591d181..8f7e2f1 100755 --- a/tools/celestrak-availability +++ b/tools/celestrak-availability @@ -10,7 +10,7 @@ use Getopt::Long 2.33 qw{ :config auto_version }; use LWP::UserAgent; use Pod::Usage; -our $VERSION = '0.162_01'; +our $VERSION = '0.162_02'; my %opt = ( https => 1, diff --git a/tools/modeldef b/tools/modeldef index 2c54fa8..2dbd1c3 100755 --- a/tools/modeldef +++ b/tools/modeldef @@ -13,7 +13,7 @@ use JSON; use Pod::Usage; use POSIX qw{ strftime }; -our $VERSION = '0.162_01'; +our $VERSION = '0.162_02'; my %opt;