From 34397e9b04402d8d42a62464d137ee93fa019e40 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Thu, 14 Apr 2016 18:27:08 +0000 Subject: [PATCH] revert git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@109 be1acefe-a474-0410-9a34-9b3221f2030f --- General.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/General.pm b/General.pm index 16ced54..3f1d392 100644 --- a/General.pm +++ b/General.pm @@ -795,7 +795,7 @@ sub _parse { $chunk++; $_ =~ s/^\s+//; # strip spaces @ end and begin $_ =~ s/\s+$//; - $_ =~ s/^\x{ef}\x{bb}\x{bf}//; # strip utf BOM, if any, fix rt.cpan.org#113671 + ###### bad $_ =~ s/^\x{ef}\x{bb}\x{bf}//; # strip utf BOM, if any, fix rt.cpan.org#113671 # # build option value assignment, split current input