From 872d9c323dead343dbee22d4a3e228d924c6be50 Mon Sep 17 00:00:00 2001 From: jake Date: Thu, 13 Jan 2022 02:24:26 -0500 Subject: More comments for future me --- gmi.pl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'gmi.pl') diff --git a/gmi.pl b/gmi.pl index 3012dda..6affa9b 100755 --- a/gmi.pl +++ b/gmi.pl @@ -9,9 +9,13 @@ use bytes; use feature qw(refaliasing); no warnings qw(experimental::refaliasing); -our $VERSION = 'v0.0.9'; +our $VERSION = 'v0.0.10'; -#TODO: back() only works once; should fix this +#TODO: +# back() only works once; should fix this +# nav() should add current_url's root before links that don't +# have a scheme since that implies the author is linking +# to himself eg: '=> /data/stuff.gmi' # Modules use IO::Socket::SSL; # CPAN -- cgit v1.2.3