summaryrefslogtreecommitdiff
path: root/ext/XS
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-06-12 14:15:32 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-06-12 14:15:32 +0000
commitdfd21361758b73b5f3df58a7ad810e2466044322 (patch)
tree16dd6825ddeed10707e29140147b8bbf730f7964 /ext/XS
parentc5d9854390e492eb0f0360555ff8df0dad92cc9c (diff)
downloadperl-dfd21361758b73b5f3df58a7ad810e2466044322.tar.gz
As noticed by Philip Newton, XS::APItest is not meant to be installed.
p4raw-id: //depot/perl@17207
Diffstat (limited to 'ext/XS')
-rw-r--r--ext/XS/APItest/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/XS/APItest/README b/ext/XS/APItest/README
index dbfc91a1d7..cdbf449e26 100644
--- a/ext/XS/APItest/README
+++ b/ext/XS/APItest/README
@@ -6,15 +6,6 @@ It is not meant to be installed.
Currently tests that printf formatting works correctly.
-INSTALLATION
-
-To install this module type the following:
-
- perl Makefile.PL
- make
- make test
- make install
-
DEPENDENCIES
None.