The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

transform-fdt - transform .fdt files to new file format

SYNOPSIS

        transform-fdt *.fdt

DESCRIPTION

We are going to change the file format slightly for .fdt files. This script will take files of the old format and rewrite them using the new format. Old files will be renamed to have a ".BAK" extension.

Running this script multiple times against the same file should cause an error.

NOTE: The file format has not changed yet, so you should not run this. It is for testing purposes for core developers only at this point.