From 2000398ad885bd4a33335857a96f1d41f80577e3 Mon Sep 17 00:00:00 2001 From: Dave Morriss Date: Tue, 1 Apr 2025 22:42:58 +0100 Subject: [PATCH] Fixing two small errors --- Community_News/make_shownotes | 10 ++++----- Community_News/recording_dates.dat | 33 ++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 5 deletions(-) create mode 100644 Community_News/recording_dates.dat diff --git a/Community_News/make_shownotes b/Community_News/make_shownotes index 9e45ba6..5d6f1af 100755 --- a/Community_News/make_shownotes +++ b/Community_News/make_shownotes @@ -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 version 0.4.3 +This documentation refers to B version 0.4.4 =head1 USAGE diff --git a/Community_News/recording_dates.dat b/Community_News/recording_dates.dat new file mode 100644 index 0000000..6fc1561 --- /dev/null +++ b/Community_News/recording_dates.dat @@ -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