summaryrefslogtreecommitdiff
path: root/p5-test-exception
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2009-07-09 19:24:39 +1000
committerDanny Rawlins <monster.romster@gmail.com>2009-07-09 19:24:39 +1000
commitd2bc7f254962c3cbc374b44cb4a7a61d1e2d1070 (patch)
tree14cc2a1de391662f22e953aacba4cefb921cdb4e /p5-test-exception
parent67ac0e173c1d413e02be10c02468733250a0ba61 (diff)
downloadcontrib-d2bc7f254962c3cbc374b44cb4a7a61d1e2d1070.tar.gz
contrib-d2bc7f254962c3cbc374b44cb4a7a61d1e2d1070.tar.xz
remove some files that shouldn't of been commited from last commit
Diffstat (limited to 'p5-test-exception')
-rw-r--r--p5-test-exception/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/p5-test-exception/Pkgfile b/p5-test-exception/Pkgfile
deleted file mode 100644
index 8e0936a60..000000000
--- a/p5-test-exception/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: Test exception based code.
-# URL: http://search.cpan.org/~adie/Test-Exception-0.27/
-# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
-# Packager: Younes Hafri, ycrux at club dash internet dot fr
-# Depends on: p5-test-builder-tester p5-sub-uplevel
-
-name=p5-test-exception
-version=0.27
-release=1
-source=(http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/Test-Exception-$version.tar.gz)
-
-build() {
- cd Test-Exception-$version
- perl Makefile.PL
- make OPTIMIZE="$CFLAGS"
- make DESTDIR=$PKG install
- find $PKG -name perllocal.pod -delete
-}

Generated by cgit