From 6994f8467ad4fa4719b9998a0df55bb5497fd368 Mon Sep 17 00:00:00 2001 From: Marc Lehmann Date: Mon, 12 Jul 1999 20:59:54 +0000 Subject: [PATCH] see plug-ins/perl/Changes --- plug-ins/perl/Changes | 1 + plug-ins/perl/TODO | 4 +++- plug-ins/perl/examples/pixelmap | 6 +++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/plug-ins/perl/Changes b/plug-ins/perl/Changes index cfa6972679..5d72ed9c12 100644 --- a/plug-ins/perl/Changes +++ b/plug-ins/perl/Changes @@ -1,6 +1,7 @@ Revision history for Gimp-Perl extension. - updated perlotine. + - updated pixelmap with stub documentation. 1.096 Thu Jul 8 21:36:36 CEST 1999 - fix around PDL-2.002 exporting its own ppport.h. diff --git a/plug-ins/perl/TODO b/plug-ins/perl/TODO index 00c6d662a2..783a254f56 100644 --- a/plug-ins/perl/TODO +++ b/plug-ins/perl/TODO @@ -10,7 +10,9 @@ make test TEST_VERBOSE=1 bugs - * PF_TEXT has no Load/Save buttons + * replöace examples/pixemap pod by (.*) and watch it die! + * make uninstall is actually a concern: make it work +[DONE] * PF_TEXT has no Load/Save buttons * Christian Soeller told me its easy: apply the affine transformation from C * podestions are not expanded in dialog help strings etc.. * Document spawn_options in Gimp::Net. diff --git a/plug-ins/perl/examples/pixelmap b/plug-ins/perl/examples/pixelmap index 16785df8f0..0fa7d69607 100755 --- a/plug-ins/perl/examples/pixelmap +++ b/plug-ins/perl/examples/pixelmap @@ -8,7 +8,7 @@ use PDL; register "pixelmap", "Maps Pixel values and coordinates through general Perl exprtessions", - "=pod(*)", + "=pod", "Marc Lehmann", "Marc Lehmann ", "19990528", @@ -59,6 +59,10 @@ register "pixelmap", exit main; +=head1 DESCRIPTION + +Not yet written yet, sorry... +