The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Bundle::GimpTest - A bundle to install external CPAN modules used by GIMP's Testing Framework.

SYNOPSIS

Perl one liner using CPAN.pm:

  perl -MCPAN -e 'install Bundle::GimpTest'

Use of CPAN.pm in interactive mode:

  $> perl -MCPAN -e shell
  cpan> install Bundle::GimpTest
  cpan> quit

Just like the manual installation of perl modules, the user may need root access during this process to insure write permission is allowed within the intstallation directory.

CONTENTS

Digest::MD5

Getopt::Long

IO::All

Net::SeedServe

String::ShellQuote

Time::HiRes

YAML

DESCRIPTION

This bundle installs modules needed by the Gimp Testing Framework:

http://gimp-test.berlios.de/

AUTHOR

Shlomi Fish <shlomif@iglu.org.il>