diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2002-05-29 11:41:23 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-29 11:48:35 +0000 |
commit | 9160fdbd76e24cb9f334f6b9ab48835069d6f64a (patch) | |
tree | 276327e98aab7b8ce6796c9cd32e775caccf46e3 | |
parent | 25f64a11de689eea2260b6bdee0819ca648746ff (diff) | |
download | perl-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
-rw-r--r-- | cygwin/perlld.in | 2 | ||||
-rw-r--r-- | epoc/createpkg.pl | 2 | ||||
-rw-r--r-- | ext/Encode/bin/enc2xs | 2 | ||||
-rw-r--r-- | ext/Encode/bin/piconv | 2 | ||||
-rw-r--r-- | lib/ExtUtils/MM_NW5.pm | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/cygwin/perlld.in b/cygwin/perlld.in index 85d4996197..4281be6a5e 100644 --- a/cygwin/perlld.in +++ b/cygwin/perlld.in @@ -46,7 +46,7 @@ if ($args !~ /\-o (\S+)/) { $path =~ s,[/\\](\.[/\\])*,/,g; } if ($dllname =~ /\./) { $libname =$`; } else { $libname =$dllname; }; - my $v_e_r_s = '5_7_3'; + my $v_e_r_s = '5_8_0'; if ( $dllname =~ /.*perl.*/) { $dllname ="cygperl$v_e_r_s.dll"; } else { diff --git a/epoc/createpkg.pl b/epoc/createpkg.pl index c4032bf3db..1190923d43 100644 --- a/epoc/createpkg.pl +++ b/epoc/createpkg.pl @@ -3,7 +3,7 @@ use File::Find; use Cwd; -$VERSION="5.7.3"; +$VERSION="5.8.0"; $EPOC_VERSION=1; 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; diff --git a/lib/ExtUtils/MM_NW5.pm b/lib/ExtUtils/MM_NW5.pm index 3c8b1a7105..54a7df5598 100644 --- a/lib/ExtUtils/MM_NW5.pm +++ b/lib/ExtUtils/MM_NW5.pm @@ -327,7 +327,7 @@ MAKE_FRAG MAKE_FRAG } - $m .= ' $(LD) $(LDFLAGS) $(OBJECT:.obj=.obj) -desc "Perl 5.7.3 Extension ($(BASEEXT)) XS_VERSION: $(XS_VERSION)" -nlmversion $(NLM_VERSION)'; + $m .= ' $(LD) $(LDFLAGS) $(OBJECT:.obj=.obj) -desc "Perl 5.8.0 Extension ($(BASEEXT)) XS_VERSION: $(XS_VERSION)" -nlmversion $(NLM_VERSION)'; # Taking care of long names like FileHandle, ByteLoader, SDBM_File etc if($self->{NLM_SHORT_NAME}) { |