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

File::BSED uses the standard perl module install process:

    cpansign -v         # optional; see SIGNATURE for details
    perl Makefile.PL
    make                # or 'nmake' on Win32
    make test
    make install


* Notes for Windows users

If you are using Microsoft Windows, you will probably need the 'nmake'
utility before installation. It's available at:

    ftp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe

If you are connected to the internet, "perl Makefile.PL" is capable
to automatically fetch it, and install into your windows directory;
all you have to do is to answer 'y' to this question:

    Required executable 'nmake' not found. Install it? [Y/n]:

However, if you are not yet online, or wish to install 'nmake' into
another directory, then please download the file manually, save it to
a directory in %PATH (e.g. C:\WINDOWS\COMMAND), then launch the MS-DOS
command line shell, "cd" to that directory, and run "nmake15.exe" from
there; that will create the 'nmake.exe' file needed by CPANPLUS.

You may then resume the installation process above, but replace 'make'
with 'nmake' in the last three lines.

* Operating Systems

Although it should run on any system that runs Perl, File::BSED has been
successfully tested on the following operating systems:

    Mac OS X 10.4.8 (x86).
    FreeBSD 5.3-beta4
    Ubuntu server 6.10 (Linux kernel 2.6.


* Copyright, contact and licensing information.

Copyright 2007 by
    Ask Solem <ask@0x61736b.net>

All rights reserved.  You can redistribute and/or modify
this bundle under the same terms as Perl itself.

See the file LICENSE in the same directory as this file.