Magellan Linux

Annotation of /trunk/extras/perl-test-harness/perl-test-harness-3.42-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31009 - (hide annotations) (download)
Tue May 29 09:55:38 2018 UTC (5 years, 11 months ago) by niro
File size: 362 byte(s)
auto added: ver bump to 3.42-r1
1 niro 31009 # $Id$
2    
3     PNAME="perl-test-harness"
4     PVER="3.42"
5     PBUILD="r1"
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     }