diff options
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 |