Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
51b9bd70
Commit
51b9bd70
authored
Feb 15, 1999
by
Marc Lehmann
Browse files
see plug-ins/perl/Changes
parent
32fb2d1f
Changes
2
Hide whitespace changes
Inline
Side-by-side
plug-ins/perl/Changes
View file @
51b9bd70
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
...
...
plug-ins/perl/Makefile.PL
View file @
51b9bd70
...
...
@@ -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 {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment