ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/Makefile.PL
(Generate patch)

Comparing CV/Makefile.PL (file contents):
Revision 1.6 by root, Sat Nov 8 01:00:07 2003 UTC vs.
Revision 1.7 by root, Sat Nov 8 13:19:52 2003 UTC

1require 5.008; 1#require 5.008;
2 2
3use Config; 3#use Config;
4use strict;
4 5
5use ExtUtils::MakeMaker; 6use ExtUtils::MakeMaker;
6use ExtUtils::Depends; 7use ExtUtils::Depends;
7 8
8my $pkg = ExtUtils::Depends->new ("Gtk2::CV", "Gtk2", "Glib"); 9my $pkg = ExtUtils::Depends->new ("Gtk2::CV", "Gtk2", "Glib");
26 SUFFIX => '.gz', 27 SUFFIX => '.gz',
27 }, 28 },
28 PREREQ_PM => { 29 PREREQ_PM => {
29 Glib => 1.01, 30 Glib => 1.01,
30 Gtk2 => 1.01, 31 Gtk2 => 1.01,
31 Gtk2::PodViewer => 0.03, 32 Gtk2::PodViewer:: => 0.03,
32 }, 33 },
33 DIR => [], 34 DIR => [],
34 NAME => 'Gtk2::CV', 35 NAME => 'Gtk2::CV',
35 VERSION_FROM => 'lib/Gtk2/CV.pm', 36 VERSION_FROM => 'lib/Gtk2/CV.pm',
36 EXE_FILES => [qw(bin/cv)], 37 EXE_FILES => [qw(bin/cv)],

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines