Magellan Linux

Annotation of /branches/R11-unstable/extras/perl-test-harness/perl-test-harness-3.42-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32490 - (hide annotations) (download)
Mon Apr 29 12:59:50 2019 UTC (5 years, 1 month ago) by niro
File size: 362 byte(s)
-release branches/R11-unstable
1 niro 31633 # $Id$
2    
3     PNAME="perl-test-harness"
4     PVER="3.42"
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     }