
PBib::Builder - Extend Module::Build with support for Inno Setup installers and config files

use PBib::Builder;
my $b = PBib::Builder->new(
module_name => 'PBib::PBib',
app_exe => 'bin\\PBibTk.pl', # name of the main executable
);
$b->register_config_files(); # process config_* parameters
$b->create_build_script();
$b->dispatch('innosetupdist');

Module PBib::Builder extend Module::Build with support for Inno Setup installers and config files. Therefore, it is independent from the PBib system, I just placed it here ...

New build actions.
Build all supported distributions (tar.gz, ppm, Inno Setup)
Create Windows installer using Inno Setup.
innosetupscriptCreate the script for the Inno Setup Compiler from a template.
; %app_name% ; %app_version% ; %app_exe% - name of the main executable ; %author% ; %author_url% ; %support_url% ; %updates_url% ; ; %base_dir% - where the original files are located


Peter Tandler <pbib@tandlers.de>

Copyright (C) 2002-2004 P. Tandler
For copyright information please refer to the LICENSE file included in this distribution.

Module Module::Build.
Inno Setup (http://www.jrsoftware.org/isinfo.php) is a completely free & cool installer for windows.