XUL-Gui
view release on metacpan or search on metacpan
lib/XUL/Gui.pm view on Meta::CPAN
no warnings 'redefine';
local *write = sub {
my $self = shift;
my $code = pop;
$self->status("write \n\t". join "\n\t", split /\n/, $code) if $DEBUG > 3;
$code
};
print $boot $$self{dispatch}{'/'}();
}
open my $prefs, '>', $file->('defaults preferences prefs.js') or die $!;
print $prefs qq {pref("toolkit.defaultChromeURI", "chrome://$base/content/boot.xul");};
open my $ini, '>', $app = $file->('application.ini') or die $!;
print $ini split /[\t ]+/ => qq {
[App]
Name=$base
Version=$XUL::Gui::VERSION
BuildID=$base
[Gecko]
MinVersion=1.6
( run in 1.827 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )