Fixing two small errors

This commit is contained in:
Dave Morriss 2025-04-01 22:42:58 +01:00
parent a83e945c08
commit 2000398ad8
2 changed files with 38 additions and 5 deletions

View File

@ -29,10 +29,10 @@
# Where pod2pdf comes from App::pod2pdf
#
# AUTHOR: Dave Morriss (djm), Dave.Morriss@gmail.com
# VERSION: 0.4.3
# VERSION: 0.4.4
# ORIGINAL: 2014-04-24 16:08:30
# CREATED: 2025-03-13 15:07:35
# REVISION: 2025-03-28 19:14:45
# REVISION: 2025-04-01 21:29:10
#
#===============================================================================
@ -71,7 +71,7 @@ use Data::Dumper;
#
# Version number (manually incremented)
#
our $VERSION = '0.4.3';
our $VERSION = '0.4.4';
#
# Various constants
@ -330,7 +330,7 @@ else {
unless (defined($lastrecording)) {
say "The date and time of the last recording is not in the cache";
say "Use option -lastrecording=DATETIME (or -lr=DATETIME) instead";
die "Can't continue";
die "Can't continue\n";
}
#
@ -1781,7 +1781,7 @@ make_shownotes - Make show notes for the Hacker Public Radio Community News show
=head1 VERSION
This documentation refers to B<make_shownotes> version 0.4.3
This documentation refers to B<make_shownotes> version 0.4.4
=head1 USAGE

View File

@ -0,0 +1,33 @@
2021-10-01,2021-10-30 14:00:00
2022-06-01,2022-07-02 14:00:00
2022-07-01,2022-07-30 14:00:00
2022-08-01,2022-09-03 14:00:00
2022-09-01,2022-10-01 14:00:00
2022-10-01,2022-11-05 14:00:00
2022-11-01,2022-12-03 15:00:00
2022-12-01,2022-12-27 15:00:00
2023-01-01,2023-02-04 15:00:00
2023-02-01,2023-03-04 15:00:00
2023-03-01,2023-04-01 15:00:00
2023-04-01,2023-04-29 15:00:00
2023-05-01,2023-06-03 15:00:00
2023-07-01,2023-08-05 15:00:00
2023-08-01,2023-09-02 15:00:00
2023-09-01,2023-09-30 15:00:00
2023-10-01,2023-11-04 15:00:00
2023-11-01,2023-12-02 15:00:00
2023-12-01,2023-12-30 15:00:00
2024-01-01,2024-02-04 15:00:00
2024-02-01,2024-03-02 15:00:00
2024-03-01,2024-03-30 15:00:00
2024-05-01,2024-06-02 13:00:00
2024-06-01,2024-06-28 15:00:00
2024-07-01,2024-08-02 15:00:00
2024-08-01,2024-08-29 15:00:00
2024-09-01,2024-10-04 15:00:00
2024-10-01,2024-11-01 15:00:00
2024-11-01,2024-11-29 15:00:00
2024-12-01,2025-01-03 15:00:00
2025-01-01,2025-01-31 15:00:00
2025-02-01,2025-02-28 16:00:00
2025-03-01,2025-04-04 15:00:00