This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
metaconfig tweak for #17156.
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 10 Jun 2002 03:30:19 +0000 (03:30 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 10 Jun 2002 03:30:19 +0000 (03:30 +0000)
p4raw-id: //depot/metaconfig@17157

U/mkglossary

index e76373d..725be20 100755 (executable)
@@ -44,7 +44,7 @@ foreach $file (@perl_units) {
               @var = ();            
            } else {
                s/^\?S://;      # Remove leading ?S: markers.
-               s/^\s+/\t/;     # Ensure all lines begin with tabs.
+               s/^\s+(?=.)/\t/;        # Ensure all lines begin with tabs.
                push @var, $_;
             }
        }