Fixing two small errors
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user