X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=project%2FLib.pm;h=8586c6c9d2a5040225135a47b63554603045bc7e;hb=eee3fecac4abad5f53c5c161ffdd65505746733f;hp=6ccc6e3b3e4885856d48821490ddaee5d1bcbc6d;hpb=678dde71232fbad0b45a902bfac847d502f8555d;p=www.jankratochvil.net.git diff --git a/project/Lib.pm b/project/Lib.pm index 6ccc6e3..8586c6c 100644 --- a/project/Lib.pm +++ b/project/Lib.pm @@ -196,6 +196,7 @@ my($class,%args)=@_; %args, "heading_novskip"=>1, ); + do { &{$_}() if $_; } for $W->{__PACKAGE__."-init-hook"}; $class->heading(); print $class->platforms($ListItem->{"platform"}); $class->print_project($ListItem,%args);