Magellan Linux

Contents of /trunk/extras/test-pod/test-pod-1.50-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26387 - (show annotations) (download)
Fri Jun 26 09:50:40 2015 UTC (9 years, 3 months ago) by niro
File size: 240 byte(s)
-added missing module-build sdep
1 # $Id$
2
3 PNAME="test-pod"
4 PVER="1.50"
5 PBUILD="r1"
6
7 DESCRIPTION="Check for POD errors in files."
8
9 SDEPEND=">= dev-perl/module-build-0.4214"
10
11 CPAN_MODULE=Test-Pod
12 CPAN_AUTHOR=DWHEELER
13 sminclude cpan
14
15 UP2DATE="updatecmd_perl ${CPAN_MODULE} gz"