in reply to can't install the Gtk2 module from cpan
#!/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 |