ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/Makefile.PL
(Generate patch)

Comparing deliantra/Deliantra-Client/Makefile.PL (file contents):
Revision 1.60 by root, Sun Aug 13 02:43:22 2006 UTC vs.
Revision 1.62 by root, Tue Aug 15 06:03:57 2006 UTC

73 (map +($_ => "\$(INST_LIBDIR)/CFPlus/$_"), manifest_resources), 73 (map +($_ => "\$(INST_LIBDIR)/CFPlus/$_"), manifest_resources),
74 } 74 }
75); 75);
76 76
77sub MY::postamble { 77sub MY::postamble {
78 my $self=shift; 78 my $self = shift;
79
80 # try to add MANIFEST to CONFIGDEP
81 s/^CONFIGDEP = /CONFIGDEP = MANIFEST /m
82 for @{ $self->{RESULT} };
79 83
80 my $pods = join " ", <pod/*.pod>; 84 my $pods = join " ", <pod/*.pod>;
81 85
82 <<EOF 86 <<EOF
83 87

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines