diff --git a/Changes b/Changes index 472df74..8217437 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,5 @@ -0.164_01 2024-04-27 T. R. Wyant - Space Track optiond in celestrak() are now fatal. +0.165 2024-05-04 T. R. Wyant + Space Track options in celestrak() are now fatal. Mike McCants removes his RCS data file. The corresponding mccants() catalog is documented as 404, and to be removed 2024-11-01 unless it diff --git a/eg/SpaceTrackTk b/eg/SpaceTrackTk index 749a302..1982640 100755 --- a/eg/SpaceTrackTk +++ b/eg/SpaceTrackTk @@ -10,7 +10,7 @@ use IO::File; use Tk; use Tk::Pane; -our $VERSION = '0.164_01'; +our $VERSION = '0.165'; my @pad = qw{ -padx 5 -pady 5 }; # Standard cell padding diff --git a/eg/celestrak b/eg/celestrak index 7a70793..48b5681 100755 --- a/eg/celestrak +++ b/eg/celestrak @@ -5,7 +5,7 @@ use strict; use warnings; -our $VERSION = '0.164_01'; +our $VERSION = '0.165'; use Astro::SpaceTrack; diff --git a/eg/spacetrack-identity b/eg/spacetrack-identity index 842eb6c..8c4dce5 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.164_01'; +our $VERSION = '0.165'; my %opt; diff --git a/inc/Astro/SpaceTrack/Dumper.pm b/inc/Astro/SpaceTrack/Dumper.pm index de135ab..0e250bc 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.164_01'; +our $VERSION = '0.165'; { my $json; diff --git a/inc/Mock/LWP/UserAgent.pm b/inc/Mock/LWP/UserAgent.pm index e4526c4..522464c 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.164_01'; +our $VERSION = '0.165'; 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 608c199..71d8589 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.164_01'; +our $VERSION = '0.165'; our @EXPORT_OK = qw{ __any }; diff --git a/inc/My/Module/Test.pm b/inc/My/Module/Test.pm index 5b56c38..1b7ecdd 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.164_01'; +our $VERSION = '0.165'; # 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 aba6f9a..d570086 100644 --- a/lib/Astro/SpaceTrack.pm +++ b/lib/Astro/SpaceTrack.pm @@ -131,7 +131,7 @@ use Exporter; our @ISA = qw{ Exporter }; -our $VERSION = '0.164_01'; +our $VERSION = '0.165'; our @EXPORT_OK = qw{ shell diff --git a/script/SpaceTrack b/script/SpaceTrack index 74e4131..f194e95 100755 --- a/script/SpaceTrack +++ b/script/SpaceTrack @@ -15,7 +15,7 @@ use strict; use warnings; -our $VERSION = '0.164_01'; +our $VERSION = '0.165'; use Astro::SpaceTrack qw{shell}; use Getopt::Long 2.39; diff --git a/tools/all_iridium_classic b/tools/all_iridium_classic index 4c2daa7..c1877bc 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.164_01'; +our $VERSION = '0.165'; my %opt; diff --git a/tools/capture b/tools/capture index 307fbeb..6812e16 100755 --- a/tools/capture +++ b/tools/capture @@ -19,7 +19,7 @@ use JSON; use Mock::LWP::UserAgent (); use My::Module::Test (); -our $VERSION = '0.164_01'; +our $VERSION = '0.165'; my %opt = ( directory => $Mock::LWP::UserAgent::CANNED_RESPONSE_DIR, diff --git a/tools/celestrak-availability b/tools/celestrak-availability index 1374e9d..6356fa9 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.164_01'; +our $VERSION = '0.165'; my %opt = ( https => 1, diff --git a/tools/modeldef b/tools/modeldef index 4b7996c..b61ca4d 100755 --- a/tools/modeldef +++ b/tools/modeldef @@ -13,7 +13,7 @@ use JSON; use Pod::Usage; use POSIX qw{ strftime }; -our $VERSION = '0.164_01'; +our $VERSION = '0.165'; my %opt;