Porting/corelist.pl - DeltaParser: match modules in L<> and C<>
authorAbir Viqar <abiviq@hushmail.com>
Thu, 3 Oct 2013 20:40:13 +0000 (16:40 -0400)
committerSteve Hay <steve.m.hay@googlemail.com>
Thu, 19 Dec 2013 17:26:21 +0000 (17:26 +0000)
Module names have been listed in both

Porting/corelist-perldelta.pl

index b22c75a..cf34bdd 100755 (executable)
@@ -317,7 +317,7 @@ sub do_check {
       my ($el) = @_;
       return unless ref $el && $el->[0] =~ /^item-/
           && @{ $el } > 2 && ref $el->[2];
-      return unless $el->[2]->[0] eq 'C';
+      return unless $el->[2]->[0] =~ /C|L/;
 
       return 1;
     });