NAME
Makefile::Update::Bakefile0 - Update bakefile-0.x files list.
VERSION
version 0.4
SYNOPSIS
This is used exclusively to update wxWidgets files.bkl
and is probably not useful outside of wxWidgets project.
use Makefile::Update::Bakefile0;
Makefile::Update::upmake('bakefiles/files.bkl', \&update_bakefile_0, $vars);
FUNCTIONS
update_bakefile_0
Update file with variable definitions in bakefile-0 format with the data from the hash ref containing all the file lists.
Takes the (open) file handles of the files to read and to write and the file lists hash ref as arguments.
Returns 1 if any changes were made.
SEE ALSO
Makefile::Update
AUTHOR
Vadim Zeitlin <vz-cpan@zeitlins.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Vadim Zeitlin.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.