mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-16 20:21:01 +01:00
revert
git-svn-id: http://dev.catalyst.perl.org/repos/Config-General/trunk@109 be1acefe-a474-0410-9a34-9b3221f2030f
This commit is contained in:
@@ -795,7 +795,7 @@ sub _parse {
|
|||||||
$chunk++;
|
$chunk++;
|
||||||
$_ =~ s/^\s+//; # strip spaces @ end and begin
|
$_ =~ s/^\s+//; # strip spaces @ end and begin
|
||||||
$_ =~ s/\s+$//;
|
$_ =~ 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
|
# build option value assignment, split current input
|
||||||
|
|||||||
Reference in New Issue
Block a user