in reply to Re^2: Problems reading UTf-8 file with BOM
in thread Problems reading UTf-8 file with BOM
That could be an option. But shouldn't this have an solution in the standard perl distribution?
There are many problems with including modules in core.
There are also problems with selecting modules to include in the code. Keep in mind that Perl is used for a wide variety of applications, and including everything is just not an option.
The focus is on making it easy to install modules rather than including everything in core.
You can install it with ppm install File::BOM (ActiveState) or cpan File::BOM (elsewhere). And if you have a distro that requires File::BOM, all you need to do is add one line to your Makefile.
|
|---|