--- cvsroot/CV/Makefile.PL 2003/11/07 02:41:05 1.5 +++ cvsroot/CV/Makefile.PL 2003/11/08 13:19:52 1.7 @@ -1,6 +1,7 @@ -require 5.008; +#require 5.008; -use Config; +#use Config; +use strict; use ExtUtils::MakeMaker; use ExtUtils::Depends; @@ -26,8 +27,9 @@ SUFFIX => '.gz', }, PREREQ_PM => { - Gtk2 => 1.01, Glib => 1.01, + Gtk2 => 1.01, + Gtk2::PodViewer:: => 0.03, }, DIR => [], NAME => 'Gtk2::CV',