Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion installhtml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#!./perl -Ilib -w
#!./perl -Ilib

# This file should really be extracted from a .PL file

$| = 1;
use strict;
use warnings;
use Config; # for config options in the makefile
use File::Path qw(remove_tree);
use File::Spec::Functions qw(rel2abs no_upwards);
Expand Down
Loading