in reply to can't install the Gtk2 module from cpan

Here's what I use when I need a fresh install of Gtk2:
#!/usr/bin/perl use strict; use warnings; use CPAN; CPAN::Shell->install( "Test::Harness", "Test::More", "Test::Number::Delta", "File::Spec", "Pod::Man", "Pod::Simple", "Text::Wrap", "Pod::Escapes", "ExtUtils::MakeMaker", "ExtUtils::PkgConfig", "ExtUtils::Depends", "Cairo", "Glib", "Pango", "Gtk2");

Replies are listed 'Best First'.
Re^2: can't install the Gtk2 module from cpan
by Anonymous Monk on May 23, 2011 at 06:08 UTC
    that won't install libglib,libgtk2,pkg-config.exe...