summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2002-05-29 11:41:23 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-29 11:48:35 +0000
commit9160fdbd76e24cb9f334f6b9ab48835069d6f64a (patch)
tree276327e98aab7b8ce6796c9cd32e775caccf46e3 /ext
parent25f64a11de689eea2260b6bdee0819ca648746ff (diff)
downloadperl-9160fdbd76e24cb9f334f6b9ab48835069d6f64a.tar.gz
Re: forewarning: usedevel and versiononly
From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020529081515.D570.H.M.BRAND@hccnet.nl> More 5.7.3 -> 5.8.0. p4raw-id: //depot/perl@16851
Diffstat (limited to 'ext')
-rw-r--r--ext/Encode/bin/enc2xs2
-rw-r--r--ext/Encode/bin/piconv2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/Encode/bin/enc2xs b/ext/Encode/bin/enc2xs
index 6f6b10f413..7b4c5386fa 100644
--- a/ext/Encode/bin/enc2xs
+++ b/ext/Encode/bin/enc2xs
@@ -1061,7 +1061,7 @@ the pod and to add more tests.
Now issue a command all Perl Mongers love:
- $ perl5.7.3 Makefile.PL
+ $ perl Makefile.PL
Writing Makefile for Encode::My
=item 4.
diff --git a/ext/Encode/bin/piconv b/ext/Encode/bin/piconv
index 81f3403de7..6aae2a5b22 100644
--- a/ext/Encode/bin/piconv
+++ b/ext/Encode/bin/piconv
@@ -1,7 +1,7 @@
#!./perl
# $Id: piconv,v 1.24 2002/04/22 02:45:50 dankogai Exp $
#
-use 5.7.3;
+use 5.8.0;
use strict;
use Encode ;
use Encode::Alias;