Skip to content

Commit 78cfb1e

Browse files
committed
Revert "pod main1 extensions - how it should behave (test will fail)"
This reverts commit 0183ddf.
1 parent 44330fe commit 78cfb1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/manifypods.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ my %distro = (
114114
'lib/Simple.pm' => "Simple.$man{ext3}",
115115
'lib/Simple/NoPod.pm' => '',
116116
'lib/Simple/AllPod.pod' => "Simple$man{sep}AllPod.$man{ext3}",
117-
'docs/myapp1.pod' => "myapp1.$man{ext1}",
118-
'docs/myapp2.pm' => "myapp2.$man{ext1}",
117+
'docs/myapp1.pod' => "myapp1.pod.$man{ext1}",
118+
'docs/myapp2.pm' => "myapp2.pm.$man{ext1}",
119119
'docs/myapp3.pl' => "myapp3.pl.$man{ext1}",
120120
'docs/myapp4' => "myapp4.$man{ext1}",
121121
);

0 commit comments

Comments
 (0)