Magellan Linux

Annotation of /trunk/extras/perl-test-harness/perl-test-harness-3.39-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29940 - (hide annotations) (download)
Thu Oct 19 10:34:00 2017 UTC (6 years, 6 months ago) by niro
File size: 362 byte(s)
auto added: ver bump to 3.39-r2
1 niro 29940 # $Id$
2    
3     PNAME="perl-test-harness"
4     PVER="3.39"
5     PBUILD="r2"
6    
7     DESCRIPTION="Run Perl standard test scripts with statistics."
8    
9     CPAN_MODULE="Test-Harness"
10     CPAN_AUTHOR="leont"
11     sminclude cpan
12    
13    
14     postinstall()
15     {
16     _PNAME=test-harness
17    
18     if [[ ! -z $(magequery -n ${_PNAME}) ]]
19     then
20     echo "Uninstalling deprecated package '${_PNAME}'..."
21     mage uninstall "${_PNAME}"
22     fi
23     }