Skip to content

Commit

Permalink
Version 0.132
Browse files Browse the repository at this point in the history
Set version to 0.132. Update Changes file for changes since v00.131_01.
  • Loading branch information
trwyant committed Sep 22, 2024
1 parent 46e1d41 commit 88409b1
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 27 deletions.
3 changes: 1 addition & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
0.131_01 2024-09-15 T. R. Wyant

0.132 2024-09-22 T. R. Wyant
Update canned magnitudes.

Retract deprecation of date2epoch() and epoch2datetime(). When I
Expand Down
2 changes: 1 addition & 1 deletion eg/almanac
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use Getopt::Long 2.33;
use Pod::Usage;
use Time::Local;

our $VERSION = '0.131_01';
our $VERSION = '0.132';

Getopt::Long::Configure( 'pass_through' ); # Numbers may be negative.

Expand Down
2 changes: 1 addition & 1 deletion eg/azimuth
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use Astro::Coord::ECI;
use Astro::Coord::ECI::Sun;
use Astro::Coord::ECI::Utils qw{ deg2rad rad2deg };

our $VERSION = '0.131_01';
our $VERSION = '0.132';

my $time = time;

Expand Down
2 changes: 1 addition & 1 deletion eg/closest
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use Date::Manip;
use Getopt::Long 2.33;
use Pod::Usage;

our $VERSION = '0.131_01';
our $VERSION = '0.132';

my %opt;

Expand Down
2 changes: 1 addition & 1 deletion eg/convert_tle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use Astro::Coord::ECI::TLE;
use Getopt::Long 2.33;
use Pod::Usage;

our $VERSION = '0.131_01';
our $VERSION = '0.132';

my %opt;

Expand Down
2 changes: 1 addition & 1 deletion eg/maidenhead
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use Astro::Coord::ECI::Utils qw{ deg2rad rad2deg };
use Getopt::Long 2.33 qw{ :config auto_version };
use Pod::Usage;

our $VERSION = '0.131_01';
our $VERSION = '0.132';

my %opt = (
precision => $Astro::Coord::ECI::DEFAULT_MAIDENHEAD_PRECISION,
Expand Down
2 changes: 1 addition & 1 deletion eg/passes
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use Getopt::Long 2.32;
use Pod::Usage;
use Time::Local;

our $VERSION = '0.131_01';
our $VERSION = '0.132';

# Map -want-events values to TLE event codes.
my %wanted_event_map = (
Expand Down
2 changes: 1 addition & 1 deletion eg/solstice
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use Astro::Coord::ECI::Utils qw{ PI };
use Getopt::Long 2.33 qw{ :config auto_version };
use Pod::Usage;

our $VERSION = '0.131_01';
our $VERSION = '0.132';

my %opt;

Expand Down
2 changes: 1 addition & 1 deletion eg/usno-seasons
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use LWP::UserAgent;
use Pod::Usage;
use Time::Local;

our $VERSION = '0.131_01';
our $VERSION = '0.132';

local $Astro::Coord::ECI::Sun::Singleton = 0;

Expand Down
2 changes: 1 addition & 1 deletion eg/xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use Getopt::Long 2.33;
use Pod::Usage;
use XML::Writer;

our $VERSION = '0.131_01';
our $VERSION = '0.132';

my %opt = (
latitude => 52.069858, # Degrees north of Equator
Expand Down
2 changes: 1 addition & 1 deletion inc/Astro/Coord/ECI/TLE/Period.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use Astro::Coord::ECI::TLE;
use Carp;

our @ISA = qw{ Astro::Coord::ECI::TLE };
our $VERSION = '0.131_01';
our $VERSION = '0.132';

my $pkg = __PACKAGE__;

Expand Down
2 changes: 1 addition & 1 deletion inc/My/Module/Recommend/All.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ our @ISA = qw{ My::Module::Recommend::Any };
use Carp;
use Exporter qw{ import };

our $VERSION = '0.131_01';
our $VERSION = '0.132';

our @EXPORT_OK = qw{ __all };

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 warnings;
use Carp;
use Exporter qw{ import };

our $VERSION = '0.131_01';
our $VERSION = '0.132';

our @EXPORT_OK = qw{ __any };

Expand Down
2 changes: 1 addition & 1 deletion inc/My/Module/Sun.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use base qw{ Astro::Coord::ECI::Sun };

use Carp;

our $VERSION = '0.131_01';
our $VERSION = '0.132';

1;

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 @@ -5,7 +5,7 @@ use 5.006002;
use strict;
use warnings;

our $VERSION = '0.131_01';
our $VERSION = '0.132';

use Exporter qw{ import };

Expand Down
2 changes: 1 addition & 1 deletion lib/Astro/Coord/ECI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ package Astro::Coord::ECI;
use strict;
use warnings;

our $VERSION = '0.131_01';
our $VERSION = '0.132';

use Astro::Coord::ECI::Utils qw{ @CARP_NOT :mainstream };
use Carp;
Expand Down
2 changes: 1 addition & 1 deletion lib/Astro/Coord/ECI/Mixin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use Astro::Coord::ECI::Utils qw{ __default_station
use Exporter ();
use POSIX qw{ floor };

our $VERSION = '0.131_01';
our $VERSION = '0.132';

our @EXPORT_OK = qw{
almanac almanac_hash
Expand Down
2 changes: 1 addition & 1 deletion lib/Astro/Coord/ECI/Moon.pm
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ package Astro::Coord::ECI::Moon;
use strict;
use warnings;

our $VERSION = '0.131_01';
our $VERSION = '0.132';

use base qw{Astro::Coord::ECI};

Expand Down
2 changes: 1 addition & 1 deletion lib/Astro/Coord/ECI/Star.pm
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ package Astro::Coord::ECI::Star;
use strict;
use warnings;

our $VERSION = '0.131_01';
our $VERSION = '0.132';

use base qw{Astro::Coord::ECI};

Expand Down
2 changes: 1 addition & 1 deletion lib/Astro/Coord/ECI/Sun.pm
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ package Astro::Coord::ECI::Sun;
use strict;
use warnings;

our $VERSION = '0.131_01';
our $VERSION = '0.132';

use base qw{Astro::Coord::ECI};

Expand Down
2 changes: 1 addition & 1 deletion lib/Astro/Coord/ECI/TLE.pm
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ package Astro::Coord::ECI::TLE;
use strict;
use warnings;

our $VERSION = '0.131_01';
our $VERSION = '0.132';

use base qw{ Astro::Coord::ECI Exporter };

Expand Down
2 changes: 1 addition & 1 deletion lib/Astro/Coord/ECI/TLE/Set.pm
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ our @CARP_NOT = qw{
Astro::Coord::ECI
};

our $VERSION = '0.131_01';
our $VERSION = '0.132';

use constant ERR_NOCURRENT => <<eod;
Error - Can not call %s because there is no current member. Be
Expand Down
2 changes: 1 addition & 1 deletion lib/Astro/Coord/ECI/Utils.pm
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ package Astro::Coord::ECI::Utils;
use strict;
use warnings;

our $VERSION = '0.131_01';
our $VERSION = '0.132';
our @ISA = qw{Exporter};

use Carp;
Expand Down
2 changes: 1 addition & 1 deletion script/satpass
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $clipboard_unavailable = $IO::Clipboard::clipboard_unavailable;
# Initialization
#

our $VERSION = '0.131_01';
our $VERSION = '0.132';

use constant LINFMT => <<eod;
%s %s %8.4f %9.4f %7.1f %-4s %s
Expand Down
2 changes: 1 addition & 1 deletion tools/heavens-above-mag
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use LWP::UserAgent;
use Pod::Usage;
use YAML 1.25 qw{ Dump Load };

our $VERSION = '0.131_01';
our $VERSION = '0.132';

use constant CACHE_DIR => 'cache';
use constant REF_CODE => sub {};
Expand Down
2 changes: 1 addition & 1 deletion tools/visual
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use HTTP::Date;
use LWP::UserAgent;
use Pod::Usage;

our $VERSION = '0.131_01';
our $VERSION = '0.132';

my %opt;

Expand Down

0 comments on commit 88409b1

Please sign in to comment.