summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-02-08 07:15:38 +0000
committerNicholas Clark <nick@ccl4.org>2011-02-08 07:17:31 +0000
commit7bcd4b28bc6f2da27688c5f5c526809a91f53178 (patch)
treeba9a0502c9b35e5b822fd45a22640e467e2cc514 /lib
parent2393ee195cfcd369637abf40a457735ef1b3446a (diff)
downloadperl-7bcd4b28bc6f2da27688c5f5c526809a91f53178.tar.gz
Remove now-erroneous comment about 'test.pl' from version's tests.
It's the boilerplate comment written by h2xs about how to run the tests when it creates a file test.pl. It's meaningless now that the file in question has been renamed to version.t and moved directory.
Diffstat (limited to 'lib')
-rw-r--r--lib/version.t4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/version.t b/lib/version.t
index 0fb96bb369..d2e3a2b35a 100644
--- a/lib/version.t
+++ b/lib/version.t
@@ -1,8 +1,4 @@
#! /usr/local/perl -w
-# Before `make install' is performed this script should be runnable with
-# `make test'. After `make install' it should work as `perl test.pl'
-
-#########################
use Test::More qw(no_plan);
use Data::Dumper;