Help for this page

Select Code to Download


  1. or download this
    $ git diff
    diff --git a/lib/URI/Heuristic.pm b/lib/URI/Heuristic.pm
    ...
                require URI::file;
                my $a = URI::file->new($_)->as_string;
                $_ = ($a =~ m/^file:/) ? $a : "file:$a";
    
  2. or download this
    package URI::gemini; 
    
    ...
    }
    
    1;