From 51b9bd703b54cd8acd4b31cd6f106c4c4862f662 Mon Sep 17 00:00:00 2001 From: Marc Lehmann Date: Mon, 15 Feb 1999 00:37:34 +0000 Subject: [PATCH] see plug-ins/perl/Changes --- plug-ins/perl/Changes | 2 ++ plug-ins/perl/Makefile.PL | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/plug-ins/perl/Changes b/plug-ins/perl/Changes index 808baeae73..271fc13391 100644 --- a/plug-ins/perl/Changes +++ b/plug-ins/perl/Changes @@ -1,5 +1,6 @@ Revision history for Gimp-Perl extension. +1.053 Mon Feb 15 01:35:04 CET 1999 - more errornous argument types are detected now, without just calling abort(). - fixed a MAJOR namespace-leak: for example, if one used @@ -9,6 +10,7 @@ Revision history for Gimp-Perl extension. - Gimp::Net now works correctly with parasites. - added examples/parasite_editor - added gimp_ prefix to Parasite-class + - use $Config{perlpath} for bangpath, not $PERL 1.052 Tue Feb 9 18:16:15 CET 1999 - moved the xlfd_size function from Gimp::Fu into Gimp diff --git a/plug-ins/perl/Makefile.PL b/plug-ins/perl/Makefile.PL index f964ca9536..115c595070 100644 --- a/plug-ins/perl/Makefile.PL +++ b/plug-ins/perl/Makefile.PL @@ -122,7 +122,7 @@ EOF for(@shebang) { print "updating bangpath in $_\n"; - system ($PERL,"-pi","-e","\$. == 1 and \$_ = '#!$PERL\n'",$_); + system ($Config{perlpath},"-pi","-e","\$. == 1 and \$_ = '#!$Config{perlpath}\n'",$_); } sub MY::postamble {