We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44330fe commit 78cfb1eCopy full SHA for 78cfb1e
t/manifypods.t
@@ -114,8 +114,8 @@ my %distro = (
114
'lib/Simple.pm' => "Simple.$man{ext3}",
115
'lib/Simple/NoPod.pm' => '',
116
'lib/Simple/AllPod.pod' => "Simple$man{sep}AllPod.$man{ext3}",
117
- 'docs/myapp1.pod' => "myapp1.$man{ext1}",
118
- 'docs/myapp2.pm' => "myapp2.$man{ext1}",
+ 'docs/myapp1.pod' => "myapp1.pod.$man{ext1}",
+ 'docs/myapp2.pm' => "myapp2.pm.$man{ext1}",
119
'docs/myapp3.pl' => "myapp3.pl.$man{ext1}",
120
'docs/myapp4' => "myapp4.$man{ext1}",
121
);
0 commit comments