From 9160fdbd76e24cb9f334f6b9ab48835069d6f64a Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Wed, 29 May 2002 11:41:23 +0200 Subject: [PATCH] Re: forewarning: usedevel and versiononly From: "H.Merijn Brand" Message-Id: <20020529081515.D570.H.M.BRAND@hccnet.nl> More 5.7.3 -> 5.8.0. p4raw-id: //depot/perl@16851 --- cygwin/perlld.in | 2 +- epoc/createpkg.pl | 2 +- ext/Encode/bin/enc2xs | 2 +- ext/Encode/bin/piconv | 2 +- lib/ExtUtils/MM_NW5.pm | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cygwin/perlld.in b/cygwin/perlld.in index 85d4996..4281be6 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 c4032bf..1190923 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 6f6b10f..7b4c538 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 81f3403..6aae2a5 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 3c8b1a7..54a7df5 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}) { -- 2.7.4