File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
1100.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
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ use IO::File;
1010use Tk;
1111use Tk::Pane;
1212
13- our $VERSION = ' 0.171 ' ;
13+ our $VERSION = ' 0.171_01 ' ;
1414
1515my @pad = qw{ -padx 5 -pady 5 } ; # Standard cell padding
1616
Original file line number Diff line number Diff line change 55use strict;
66use warnings;
77
8- our $VERSION = ' 0.171 ' ;
8+ our $VERSION = ' 0.171_01 ' ;
99
1010use Astro::SpaceTrack;
1111
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ use Getopt::Long 2.33 qw{ :config auto_version };
99use Astro::SpaceTrack;
1010use Pod::Usage;
1111
12- our $VERSION = ' 0.171 ' ;
12+ our $VERSION = ' 0.171_01 ' ;
1313
1414my %opt ;
1515
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ our @ISA = qw{ Astro::SpaceTrack };
1919use Mock::LWP::UserAgent;
2020use My::Module::Test;
2121
22- our $VERSION = ' 0.171 ' ;
22+ our $VERSION = ' 0.171_01 ' ;
2323
2424sub new {
2525 my ( $class , %arg ) = @_ ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ use HTTP::Response;
1313use LWP::UserAgent;
1414use JSON;
1515
16- our $VERSION = ' 0.171 ' ;
16+ our $VERSION = ' 0.171_01 ' ;
1717
1818our $CANNED_RESPONSE_FILE ;
1919
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use Exporter;
88
99our @ISA = qw{ Exporter } ;
1010
11- our $VERSION = ' 0.171 ' ;
11+ our $VERSION = ' 0.171_01 ' ;
1212
1313our @EXPORT_OK = qw{ __any } ;
1414
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ use HTTP::Date;
1313use HTTP::Status qw{ :constants } ;
1414use 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.
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ use Exporter;
130130
131131our @ISA = qw{ Exporter } ;
132132
133- our $VERSION = ' 0.171 ' ;
133+ our $VERSION = ' 0.171_01 ' ;
134134our @EXPORT_OK = qw{
135135 shell
136136
Original file line number Diff line number Diff line change 1515use strict;
1616use warnings;
1717
18- our $VERSION = '0.171 ';
18+ our $VERSION = '0.171_01 ';
1919
2020use Astro::SpaceTrack qw{shell};
2121use Getopt::Long 2.39;
You can’t perform that action at this time.
0 commit comments