diff options
author | jake <jake@jakes-mail.top> | 2022-01-13 02:24:26 -0500 |
---|---|---|
committer | jake <jake@jakes-mail.top> | 2022-01-13 02:24:26 -0500 |
commit | 872d9c323dead343dbee22d4a3e228d924c6be50 (patch) | |
tree | 7323278acf2d84d596969078c20a52a915572250 /gmi.pl | |
parent | 83f7b1dc2f27acced24cb99963b985c0b05d3f09 (diff) |
More comments for future me
Diffstat (limited to 'gmi.pl')
-rwxr-xr-x | gmi.pl | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |