This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2403c14
)
podcheck.t: remove unused variable
author
Karl Williamson
<public@khwilliamson.com>
Sun, 25 Sep 2011 15:37:39 +0000
(09:37 -0600)
committer
Karl Williamson
<public@khwilliamson.com>
Sun, 25 Sep 2011 20:18:09 +0000
(14:18 -0600)
t/porting/podcheck.t
patch
|
blob
|
blame
|
history
diff --git
a/t/porting/podcheck.t
b/t/porting/podcheck.t
index
1bc03da
..
3106cbc
100644
(file)
--- a/
t/porting/podcheck.t
+++ b/
t/porting/podcheck.t
@@
-1655,7
+1655,6
@@
if ($regen) {
# Now ready to output the messages.
foreach my $filename (@files) {
- my $test_name = "POD of $filename";
my $canonical = canonicalize($filename);
SKIP: {
my $skip = $filename_to_checker{$filename}->get_skip // "";