gtk2-perl compile-widgets.pl



Hi,

What was the reason that compile-widgets was changed to call:

  system "perl -e 'use $tdir\::$module;0'";

instead of a simple eval like:

  eval "use $tdir\::$module;";

which takes about 10 times as long for widgets that are already
compiled - less of a hit I guess when the widgets need compiling.

Regards, Dermot




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]