ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Mozilla-Plugin/Makefile.PL
(Generate patch)

Comparing cvsroot/Mozilla-Plugin/Makefile.PL (file contents):
Revision 1.3 by root, Sat Feb 24 01:48:37 2001 UTC vs.
Revision 1.4 by root, Sat Jul 21 00:41:47 2001 UTC

1use ExtUtils::MakeMaker; 1use ExtUtils::MakeMaker;
2 2
3require 5.006; 3require 5.006;
4 4
5WriteMakefile( 5WriteMakefile(
6 NAME => 'Mozilla::Plugin', 6 NAME => 'Browser::Plugin',
7 DIR => ['ns4'], 7 DIR => ['ns4'],
8 VERSION_FROM => 'Plugin.pm', 8 VERSION_FROM => 'Plugin.pm',
9 PM => { 9 PM => {
10 'Plugin.pm' => '$(INST_LIBDIR)/Plugin.pm', 10 'Plugin.pm' => '$(INST_LIBDIR)/Plugin.pm',
11 'Plugin/Gtk.pm' => '$(INST_LIBDIR)/Plugin/Gtk.pm', 11 'Plugin/Gtk.pm' => '$(INST_LIBDIR)/Plugin/Gtk.pm',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines