From: b Date: Tue, 26 Mar 2024 09:46:19 +0000 (+0000) Subject: Merge error page stuff X-Git-Tag: v1.1.6 X-Git-Url: http://bicyclesonthemoon.info/git-projects/?a=commitdiff_plain;h=refs%2Ftags%2Fv1.1.6;p=botm%2Fcommon-perl Merge error page stuff --- 599a7e9a41f68c89f64cd982db730167d2acf28e diff --cc botm_common.pm index aaa0bda,4a9e784..cf9cf9e --- a/botm_common.pm +++ b/botm_common.pm @@@ -27,7 -26,7 +27,7 @@@ use File::Copy use Exporter; - our $VERSION = '1.1.5'; -our $VERSION = '1.1.4'; ++our $VERSION = '1.1.6'; our @ISA = qw(Exporter); our @EXPORT = (); our @EXPORT_OK = ( @@@ -49,7 -51,7 +52,6 @@@ ); -- # path stuff # join_path() builds a path (or url) from individual segments