summaryrefslogtreecommitdiff
path: root/win32/pod.mak
diff options
context:
space:
mode:
authorAlex Vandiver <alexmv@mit.edu>2008-10-22 01:14:48 -0400
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-12-25 19:31:03 +0100
commit64ab118f07a11d8be7edc11032b6e3c7b92a547c (patch)
tree7456154b6abed28c482ff7d004535151953fcc9b /win32/pod.mak
parent0f04e85fb3fa37b386f7167694f28911146ea2d4 (diff)
downloadperl-64ab118f07a11d8be7edc11032b6e3c7b92a547c.tar.gz
Move 'make check' in pods/ to using Pod::Checker
Diffstat (limited to 'win32/pod.mak')
-rw-r--r--win32/pod.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/pod.mak b/win32/pod.mak
index 29330a1b9f..b220c8b957 100644
--- a/win32/pod.mak
+++ b/win32/pod.mak
@@ -553,9 +553,9 @@ realclean: clean
distclean: realclean
-check: checkpods
+check: podchecker
@echo "checking..."; \
- $(PERL) -I../lib checkpods $(POD)
+ $(PERL) -I../lib podchecker $(POD)
# Dependencies.
pod2latex: pod2latex.PL ../lib/Config.pm