see plug-ins/perl/Changes

This commit is contained in:
Marc Lehmann 1999-05-09 20:49:14 +00:00
parent 20bbf98b10
commit 6e3bf14f82
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ Revision history for Gimp-Perl extension.
- fixed sunos/solaris socketpair "protocol not implemented" problem.
- disabled paintbrush in testsuite since it has different calling
parameters in 1.1.
- added use File::Basename to Fu.pm.
1.081 Thu May 6 19:33:37 CEST 1999
- added "oneliners".

View File

@ -3,6 +3,7 @@ package Gimp::Fu;
use Carp;
use Gimp ();
use Gimp::Data;
use File::Basename;
require Exporter;