Add CUSTOMIZED for autodie and CGI
authorDavid Golden <dagolden@cpan.org>
Mon, 20 Jun 2011 18:43:56 +0000 (14:43 -0400)
committerDavid Golden <dagolden@cpan.org>
Mon, 20 Jun 2011 18:43:56 +0000 (14:43 -0400)
Porting/Maintainers.pl

index fef8f0c..fc8d36a 100755 (executable)
@@ -253,6 +253,7 @@ use File::Glob qw(:case);
                              )
                           ],
        'UPSTREAM'      => 'cpan',
+        'CUSTOMIZED'   => [qw( t/open.t )],
        },
 
     'AutoLoader' =>
@@ -359,6 +360,7 @@ use File::Glob qw(:case);
                                )
                           ],
        'UPSTREAM'      => 'cpan',
+       'CUSTOMIZED'    => [qw( t/tmpdir.t)],
        },
 
         'Class::Struct' =>