Unverified Commit 5a93f1dd authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Remove Services.pm pretty-printing (used for debugging only)

parent 31b1edfb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -207,7 +207,7 @@ our $VERSION = '6.04';

__EOF__

$buf .= 'my ' . $perlobj->Sortkeys(1)->Indent(1)->Dump;
$buf .= 'my ' . $perlobj->Sortkeys(1)->Indent(0)->Dump;

$buf =~ s{\Q\x{d6}\E}{Ö}g;
$buf =~ s{\Q\x{c9}\E}{É}g;