X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=CV.html.pl;h=58c3fa81243603e424c4c98c9812d704c370e45e;hb=d5ff9ccf43977ffa10e539637a2cdcbe4008e0f3;hp=8c8d94e9846e66b6c2b89e5aee41aa6bdb08e289;hpb=1a388de21de28bbf64a07977ce653bfe30e542ba;p=www.jankratochvil.net.git diff --git a/CV.html.pl b/CV.html.pl index 8c8d94e..58c3fa8 100755 --- a/CV.html.pl +++ b/CV.html.pl @@ -27,13 +27,14 @@ use warnings; BEGIN{ open F,"Makefile"; our $top_dir=pop @{[split /\s/,(grep /^top_srcdir/,)[0]]}; eval "use lib '$top_dir'"; close F; } use My::Web; -require 'CGI'; -require 'My::Project'; +require CGI; +Wrequire 'My::Project'; my $W=My::Web->init( "__PACKAGE__"=>__PACKAGE__, "title"=>'CV - Jan Kratochvil', + "heading"=>0, "footer"=>0, ); My::Web->heading();