Skip to content

Commit 7cf89f0

Browse files
committed
Version 0.171_01
Set version to 0.171_01. Update Changes file for changes since v00.171.
1 parent 5d12034 commit 7cf89f0

14 files changed

Lines changed: 22 additions & 13 deletions

File tree

Changes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.171_01 2025-12-28 T. R. Wyant
2+
Repackage licenses so that GitHub can find them (maybe). Thanks to
3+
Mikko Koivunalho (specifically his blog post
4+
https://blogs.perl.org/users/mikko_koivunalho/2025/11/github-and-the-perl-license.html
5+
for the how-to.
6+
7+
Deprecate mccants( 'quicksat' ) since he dropped the underlying file
8+
about December 15 2025.
9+
110
0.171 2025-10-06 T. R. Wyant
211
Deprecate mccants() arguments 'mcnames' and 'vsnames'. The
312
underlying files have been removed from the web site. This is an

eg/SpaceTrackTk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use IO::File;
1010
use Tk;
1111
use Tk::Pane;
1212

13-
our $VERSION = '0.171';
13+
our $VERSION = '0.171_01';
1414

1515
my @pad = qw{ -padx 5 -pady 5 }; # Standard cell padding
1616

eg/celestrak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use strict;
66
use warnings;
77

8-
our $VERSION = '0.171';
8+
our $VERSION = '0.171_01';
99

1010
use Astro::SpaceTrack;
1111

eg/spacetrack-identity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use Getopt::Long 2.33 qw{ :config auto_version };
99
use Astro::SpaceTrack;
1010
use Pod::Usage;
1111

12-
our $VERSION = '0.171';
12+
our $VERSION = '0.171_01';
1313

1414
my %opt;
1515

inc/Astro/SpaceTrack/Dumper.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ our @ISA = qw{ Astro::SpaceTrack };
1919
use Mock::LWP::UserAgent;
2020
use My::Module::Test;
2121

22-
our $VERSION = '0.171';
22+
our $VERSION = '0.171_01';
2323

2424
sub new {
2525
my ( $class, %arg ) = @_;

inc/Mock/LWP/UserAgent.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use HTTP::Response;
1313
use LWP::UserAgent;
1414
use JSON;
1515

16-
our $VERSION = '0.171';
16+
our $VERSION = '0.171_01';
1717

1818
our $CANNED_RESPONSE_FILE;
1919

inc/My/Module/Recommend/Any.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use Exporter;
88

99
our @ISA = qw{ Exporter };
1010

11-
our $VERSION = '0.171';
11+
our $VERSION = '0.171_01';
1212

1313
our @EXPORT_OK = qw{ __any };
1414

inc/My/Module/Test.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use HTTP::Date;
1313
use HTTP::Status qw{ :constants };
1414
use Test::More 0.96; # For subtest
1515

16-
our $VERSION = '0.171';
16+
our $VERSION = '0.171_01';
1717

1818
# Set the following to zero if Space Track (or any other SSL host)
1919
# starts using a certificate that can not be verified.

lib/Astro/SpaceTrack.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ use Exporter;
130130

131131
our @ISA = qw{ Exporter };
132132

133-
our $VERSION = '0.171';
133+
our $VERSION = '0.171_01';
134134
our @EXPORT_OK = qw{
135135
shell
136136

script/SpaceTrack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use strict;
1616
use warnings;
1717

18-
our $VERSION = '0.171';
18+
our $VERSION = '0.171_01';
1919

2020
use Astro::SpaceTrack qw{shell};
2121
use Getopt::Long 2.39;

0 commit comments

Comments
 (0)