From b393567b4d81feaee27bf2f1d31b8feabb572643 Mon Sep 17 00:00:00 2001 From: Tom Wyant Date: Sun, 19 May 2024 09:20:41 -0400 Subject: [PATCH] Version 0.165_01 Set version to 0.165_01. Update Changes file for changes since v00.165. --- Changes | 3 +++ eg/SpaceTrackTk | 2 +- eg/celestrak | 2 +- eg/spacetrack-identity | 2 +- inc/Astro/SpaceTrack/Dumper.pm | 2 +- inc/Mock/LWP/UserAgent.pm | 2 +- inc/My/Module/Recommend/Any.pm | 2 +- inc/My/Module/Test.pm | 2 +- lib/Astro/SpaceTrack.pm | 2 +- script/SpaceTrack | 2 +- tools/all_iridium_classic | 2 +- tools/capture | 2 +- tools/celestrak-availability | 2 +- tools/modeldef | 2 +- 14 files changed, 16 insertions(+), 13 deletions(-) diff --git a/Changes b/Changes index 8217437..c2d2ce6 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +0.165_01 2024-05-19 T. R. Wyant + Add Project Kuiper to Celestrak supplemental data. + 0.165 2024-05-04 T. R. Wyant Space Track options in celestrak() are now fatal. diff --git a/eg/SpaceTrackTk b/eg/SpaceTrackTk index 1982640..6e1850a 100755 --- a/eg/SpaceTrackTk +++ b/eg/SpaceTrackTk @@ -10,7 +10,7 @@ use IO::File; use Tk; use Tk::Pane; -our $VERSION = '0.165'; +our $VERSION = '0.165_01'; my @pad = qw{ -padx 5 -pady 5 }; # Standard cell padding diff --git a/eg/celestrak b/eg/celestrak index 48b5681..7313a99 100755 --- a/eg/celestrak +++ b/eg/celestrak @@ -5,7 +5,7 @@ use strict; use warnings; -our $VERSION = '0.165'; +our $VERSION = '0.165_01'; use Astro::SpaceTrack; diff --git a/eg/spacetrack-identity b/eg/spacetrack-identity index 8c4dce5..5b1aef5 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.165'; +our $VERSION = '0.165_01'; my %opt; diff --git a/inc/Astro/SpaceTrack/Dumper.pm b/inc/Astro/SpaceTrack/Dumper.pm index 0e250bc..316dabc 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.165'; +our $VERSION = '0.165_01'; { my $json; diff --git a/inc/Mock/LWP/UserAgent.pm b/inc/Mock/LWP/UserAgent.pm index 522464c..eed16d2 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.165'; +our $VERSION = '0.165_01'; 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 71d8589..d5c25a9 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.165'; +our $VERSION = '0.165_01'; our @EXPORT_OK = qw{ __any }; diff --git a/inc/My/Module/Test.pm b/inc/My/Module/Test.pm index 1b7ecdd..0471608 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.165'; +our $VERSION = '0.165_01'; # 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 3d4b36b..1f18595 100644 --- a/lib/Astro/SpaceTrack.pm +++ b/lib/Astro/SpaceTrack.pm @@ -131,7 +131,7 @@ use Exporter; our @ISA = qw{ Exporter }; -our $VERSION = '0.165'; +our $VERSION = '0.165_01'; our @EXPORT_OK = qw{ shell diff --git a/script/SpaceTrack b/script/SpaceTrack index f194e95..d4853d4 100755 --- a/script/SpaceTrack +++ b/script/SpaceTrack @@ -15,7 +15,7 @@ use strict; use warnings; -our $VERSION = '0.165'; +our $VERSION = '0.165_01'; use Astro::SpaceTrack qw{shell}; use Getopt::Long 2.39; diff --git a/tools/all_iridium_classic b/tools/all_iridium_classic index c1877bc..a1c213b 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.165'; +our $VERSION = '0.165_01'; my %opt; diff --git a/tools/capture b/tools/capture index 6812e16..0681d23 100755 --- a/tools/capture +++ b/tools/capture @@ -19,7 +19,7 @@ use JSON; use Mock::LWP::UserAgent (); use My::Module::Test (); -our $VERSION = '0.165'; +our $VERSION = '0.165_01'; my %opt = ( directory => $Mock::LWP::UserAgent::CANNED_RESPONSE_DIR, diff --git a/tools/celestrak-availability b/tools/celestrak-availability index 6356fa9..662bea0 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.165'; +our $VERSION = '0.165_01'; my %opt = ( https => 1, diff --git a/tools/modeldef b/tools/modeldef index b61ca4d..389d459 100755 --- a/tools/modeldef +++ b/tools/modeldef @@ -13,7 +13,7 @@ use JSON; use Pod::Usage; use POSIX qw{ strftime }; -our $VERSION = '0.165'; +our $VERSION = '0.165_01'; my %opt;