Skip to content

Commit

Permalink
Version 0.162_02
Browse files Browse the repository at this point in the history
Set version to 0.162_02. Update Changes file for changes since v00.162_01.
  • Loading branch information
trwyant committed Oct 17, 2023
1 parent 681d2fc commit 4bcbcee
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 14 deletions.
5 changes: 4 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion eg/SpaceTrackTk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion eg/celestrak
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use strict;
use warnings;

our $VERSION = '0.162_01';
our $VERSION = '0.162_02';

use Astro::SpaceTrack;

Expand Down
2 changes: 1 addition & 1 deletion eg/spacetrack-identity
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion inc/Astro/SpaceTrack/Dumper.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion inc/Mock/LWP/UserAgent.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 } );
Expand Down
2 changes: 1 addition & 1 deletion inc/My/Module/Recommend/Any.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 };

Expand Down
2 changes: 1 addition & 1 deletion inc/My/Module/Test.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/Astro/SpaceTrack.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion script/SpaceTrack
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion tools/all_iridium_classic
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion tools/capture
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion tools/celestrak-availability
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion tools/modeldef
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 4bcbcee

Please sign in to comment.