From 46732e5df766505b41862a6c8a396f0858a9bd8f Mon Sep 17 00:00:00 2001 From: Tom Wyant Date: Wed, 31 May 2023 08:49:44 -0400 Subject: [PATCH] Version 0.162 Set version to 0.162. Update Changes file for changes since v00.161_01. --- Changes | 2 +- 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, 14 insertions(+), 14 deletions(-) diff --git a/Changes b/Changes index 828c683..1ef4cb6 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -0.161_01 2023-05-24 T. R. Wyant +0.162 2023-05-31 T. R. Wyant Track Mike McCants' move to new web site. 0.161 2023-04-16 T. R. Wyant diff --git a/eg/SpaceTrackTk b/eg/SpaceTrackTk index cd1abc5..67d4c45 100755 --- a/eg/SpaceTrackTk +++ b/eg/SpaceTrackTk @@ -10,7 +10,7 @@ use IO::File; use Tk; use Tk::Pane; -our $VERSION = '0.161_01'; +our $VERSION = '0.162'; my @pad = qw{ -padx 5 -pady 5 }; # Standard cell padding diff --git a/eg/celestrak b/eg/celestrak index bd1950f..a86b74f 100755 --- a/eg/celestrak +++ b/eg/celestrak @@ -5,7 +5,7 @@ use strict; use warnings; -our $VERSION = '0.161_01'; +our $VERSION = '0.162'; use Astro::SpaceTrack; diff --git a/eg/spacetrack-identity b/eg/spacetrack-identity index 31a5110..5891e0a 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.161_01'; +our $VERSION = '0.162'; my %opt; diff --git a/inc/Astro/SpaceTrack/Dumper.pm b/inc/Astro/SpaceTrack/Dumper.pm index 6a6f056..6f94701 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.161_01'; +our $VERSION = '0.162'; { my $json; diff --git a/inc/Mock/LWP/UserAgent.pm b/inc/Mock/LWP/UserAgent.pm index ea5295f..1760c09 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.161_01'; +our $VERSION = '0.162'; 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 42b3b5a..0f508c4 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.161_01'; +our $VERSION = '0.162'; our @EXPORT_OK = qw{ __any }; diff --git a/inc/My/Module/Test.pm b/inc/My/Module/Test.pm index 958d985..8beac50 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.161_01'; +our $VERSION = '0.162'; # 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 c2c8fd7..9a3f650 100644 --- a/lib/Astro/SpaceTrack.pm +++ b/lib/Astro/SpaceTrack.pm @@ -128,7 +128,7 @@ use Exporter; our @ISA = qw{ Exporter }; -our $VERSION = '0.161_01'; +our $VERSION = '0.162'; our @EXPORT_OK = qw{ shell diff --git a/script/SpaceTrack b/script/SpaceTrack index a4cb2ae..e3bf915 100755 --- a/script/SpaceTrack +++ b/script/SpaceTrack @@ -15,7 +15,7 @@ use strict; use warnings; -our $VERSION = '0.161_01'; +our $VERSION = '0.162'; use Astro::SpaceTrack qw{shell}; use Getopt::Long 2.39; diff --git a/tools/all_iridium_classic b/tools/all_iridium_classic index 270ccbb..7fdc7c5 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.161_01'; +our $VERSION = '0.162'; my %opt; diff --git a/tools/capture b/tools/capture index 8e746ab..33b7ce3 100755 --- a/tools/capture +++ b/tools/capture @@ -19,7 +19,7 @@ use JSON; use Mock::LWP::UserAgent (); use My::Module::Test (); -our $VERSION = '0.161_01'; +our $VERSION = '0.162'; my %opt = ( directory => $Mock::LWP::UserAgent::CANNED_RESPONSE_DIR, diff --git a/tools/celestrak-availability b/tools/celestrak-availability index 5a1e22f..6db36ed 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.161_01'; +our $VERSION = '0.162'; my %opt = ( https => 1, diff --git a/tools/modeldef b/tools/modeldef index a3acc10..e1a9c40 100755 --- a/tools/modeldef +++ b/tools/modeldef @@ -13,7 +13,7 @@ use JSON; use Pod::Usage; use POSIX qw{ strftime }; -our $VERSION = '0.161_01'; +our $VERSION = '0.162'; my %opt;