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
a2d3aa60
Commit
a2d3aa60
authored
May 17, 1999
by
Marc Lehmann
Browse files
see plug-ins/perl/Changes
parent
d139fc9f
Changes
3
Hide whitespace changes
Inline
Side-by-side
plug-ins/perl/Changes
View file @
a2d3aa60
...
...
@@ -4,6 +4,7 @@ Revision history for Gimp-Perl extension.
- call the XS version of gimp_progress_init when only
one argument is given.
- re-added PARASITE_*-constants (including UNDOABLE variants).
- temporarily disabled the module for political reasons.
- :auto is NO LONGER the default for the import method(!).
(NOT YET).
...
...
plug-ins/perl/Makefile.PL
View file @
a2d3aa60
...
...
@@ -275,6 +275,8 @@ $GIMP_INC_NOUI = "-I../../ $GIMP_INC_NOUI" if $IN_GIMP;
@DIRS
=
'
Gimp
';
$build_module
=
$IN_GIMP
||
$ENV
{
GIMP_PERL_MODULE_INC
};
# temporarily disabled because of politics
$build_module
=
$ENV
{
GIMP_PERL_MODULE_INC
};
print
"
building embedded perl module...
";
if
(
$build_module
)
{
...
...
plug-ins/perl/embed/perlmod.c
View file @
a2d3aa60
...
...
@@ -42,7 +42,7 @@ static int perl_init(void)
dTHR
;
/* NOT earlier! */
perl_parse
(
interp
,
xs_init
,
3
,
embedding
,
NULL
);
perl_eval_pv
(
"require Gimp::Module"
,
TRU
E
);
perl_eval_pv
(
"require Gimp::Module"
,
FALS
E
);
if
(
SvTRUE
(
ERRSV
))
{
...
...
Write
Preview
Markdown
is supported
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