Perl modules

Introduction to Perl modules

The Perl module packages add useful objects to the Perl language. Modules utilized by packages throughout BLFS are listed here along with their dependencies.

Installation of Perl modules

Install Perl modules by running the following commands:

perl Makefile.PL &&
make &&
make install

Below are installation instructions for modules that happen to be broken at the present time.

Gtk-Perl-0.7008:

perl Makefile.PL --without-guessing &&
make
cp Gtk/Makefile Gtk/Makefile.bak &&
sed '/^OBJECT/s/xs/./g' Gtk/Makefile.bak > Gtk/Makefile &&
cp Gtk/Makefile Gtk/Makefile.bak &&
sed '/^OBJECT/s/build/./g' Gtk/Makefile.bak > Gtk/Makefile &&
make &&
make install