Move 'make check' in pods/ to using Pod::Checker
authorAlex Vandiver <alexmv@mit.edu>
Wed, 22 Oct 2008 05:14:48 +0000 (01:14 -0400)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 25 Dec 2008 18:31:03 +0000 (19:31 +0100)
pod/Makefile.SH
win32/Makefile
win32/makefile.mk
win32/pod.mak

index 74d299f..f1438b9 100644 (file)
@@ -125,9 +125,9 @@ distclean:  realclean
 veryclean:     distclean
        -rm -f *~ *.orig
 
-check: checkpods
+check: podchecker
        @echo "checking..."; \
-       $(PERL) -I../lib checkpods $(POD)
+       $(PERL) -I../lib podchecker $(POD)
 
 # Dependencies.
 pod2latex:     pod2latex.PL ../lib/Config.pm
index 1040999..0331971 100644 (file)
@@ -1198,7 +1198,7 @@ distclean: realclean
        -if exist $(LIBDIR)\threads rmdir /s /q $(LIBDIR)\threads
        -if exist $(LIBDIR)\XS rmdir /s /q $(LIBDIR)\XS
        -if exist $(LIBDIR)\Win32API rmdir /s /q $(LIBDIR)\Win32API
-       -cd $(PODDIR) && del /f *.html *.bat checkpods \
+       -cd $(PODDIR) && del /f *.html *.bat podchecker \
            perlaix.pod perlamiga.pod perlapollo.pod perlbeos.pod \
            perlbs2000.pod perlce.pod perlcn.pod perlcygwin.pod \
            perldelta.pod perldgux.pod perldos.pod perlepoc.pod \
index 30f5459..326bef3 100644 (file)
@@ -1522,7 +1522,7 @@ distclean: realclean
        -if exist $(LIBDIR)\threads rmdir /s /q $(LIBDIR)\threads
        -if exist $(LIBDIR)\XS rmdir /s /q $(LIBDIR)\XS
        -if exist $(LIBDIR)\Win32API rmdir /s /q $(LIBDIR)\Win32API
-       -cd $(PODDIR) && del /f *.html *.bat checkpods \
+       -cd $(PODDIR) && del /f *.html *.bat podchecker \
            perlaix.pod perlamiga.pod perlapollo.pod perlbeos.pod \
            perlbs2000.pod perlce.pod perlcn.pod perlcygwin.pod \
            perldelta.pod perldgux.pod perldos.pod perlepoc.pod \
index 29330a1..b220c8b 100644 (file)
@@ -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