Change 20523 by [EMAIL PROTECTED] on 2003/08/06 13:30:42

        Subject: maint @ 20512
        From: Robin Barker <[EMAIL PROTECTED]>
        Date: Wed, 6 Aug 2003 15:31:33 +0100
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/MANIFEST#1058 edit
... //depot/perl/Porting/Maintainers.pl#8 edit

Differences ...

==== //depot/perl/MANIFEST#1058 (text) ====
Index: perl/MANIFEST
--- perl/MANIFEST#1057~20500~   Tue Aug  5 08:14:35 2003
+++ perl/MANIFEST       Wed Aug  6 06:30:42 2003
@@ -2796,7 +2796,7 @@
 t/pod/lref.t                   Test L<...> sequences
 t/pod/lref.xr                  Expected results for lref.t
 t/pod/multiline_items.t                Test multiline =items
-t/pod/multiline_items.xr       Test multiline =items
+t/pod/multiline_items.xr       Expected results for multiline_items.t
 t/pod/nested_items.t           Test nested =items
 t/pod/nested_items.xr          Expected results for nested_items.t
 t/pod/nested_seqs.t            Test nested interior sequences
@@ -2807,11 +2807,11 @@
 t/pod/pod2usage.t              Test Pod::Usage
 t/pod/pod2usage.xr             Expected results for pod2usage.t
 t/pod/poderrs.t                        Test POD errors
-t/pod/poderrs.xr               Expected results for emptycmd.t
+t/pod/poderrs.xr               Expected results for poderrs.t
 t/pod/podselect.t              Test Pod::Select
 t/pod/podselect.xr             Expected results for podselect.t
 t/pod/special_seqs.t           Test "special" interior sequences
-t/pod/special_seqs.xr          Expected results for emptycmd.t
+t/pod/special_seqs.xr          Expected results for special_seqs.t
 t/pod/testcmp.pl               Module to compare output against expected results
 t/pod/testp2pt.pl              Module to test Pod::PlainText for a given file
 t/pod/testpchk.pl              Module to test Pod::Checker for a given file

==== //depot/perl/Porting/Maintainers.pl#8 (text) ====
Index: perl/Porting/Maintainers.pl
--- perl/Porting/Maintainers.pl#7~20498~        Tue Aug  5 06:32:59 2003
+++ perl/Porting/Maintainers.pl Wed Aug  6 06:30:42 2003
@@ -359,6 +359,13 @@
                'CPAN'          => 0,
                },
 
+       'Pod::Checker' => {     
+               'MAINTAINER'    => 'marekr',
+               'FILES' => q[lib/Pod/Checker.pm pod/podchecker.PL
+                                       t/pod/testpchk.pl],
+               'CPAN'          => 1,
+               },
+
        'Pod::Find' =>
                {
                'MAINTAINER'    => 'marekr',
@@ -380,6 +387,15 @@
                'CPAN'          => 1,
                },
 
+       'Pod::Parser' => {
+               'MAINTAINER'    => 'marekr',
+               'FILES' => q[lib/Pod/{InputObjects,Parse{r,Utils}}.pm   
+                               t/pod/testcmp.pl 
+                               
t/pod/{emptycmd,for,headings,include{,d},lref,{multiline,nested}_items,{nested,special}_seqs,oneline_cmds,poderrs}.{t,xr}
+                           ],
+               'CPAN'          => 1,
+               },
+
        'Pod::Perldoc' =>
                {
                'MAINTAINER'    => 'sburke',
@@ -392,6 +408,26 @@
                'MAINTAINER'    => 'rmbarker',
                'FILES'         => q[lib/Pod/Plainer.pm t/pod/plainer.t],
                'CPAN'          => 0,
+               },
+
+       'Pod::PlainText' => {
+               'MAINTAINER'    => 'marekr',
+               'FILES' => q[lib/Pod/PlainText.pm t/pod/testp2pt.pl],
+               'CPAN'          => 1,
+               },
+
+       'Pod::Select'    => {
+               'MAINTAINER'    => 'marekr',
+               'FILES' => q[lib/Pod/Select.pm pod/podselect.PL
+                                       t/pod/podselect.{t,xr}],
+               'CPAN'          => 1,
+               },
+
+       'Pod::Usage' => {       
+               'MAINTAINER'    => 'marekr',
+               'FILES' => q[lib/Pod/Usage.pm pod/pod2usage.PL
+                                       t/pod/pod2usage.{t,xr}],
+               'CPAN'          => 1,
                },
 
        'Safe' =>
End of Patch.

Reply via email to