Change 33781 by [EMAIL PROTECTED] on 2008/05/02 15:36:39

        Tweaks to Digest-SHA's Makefile.PL that casued problems
        in the core.

Affected files ...

... //depot/perl/ext/Digest/SHA/Makefile.PL#5 edit

Differences ...

==== //depot/perl/ext/Digest/SHA/Makefile.PL#5 (text) ====
Index: perl/ext/Digest/SHA/Makefile.PL
--- perl/ext/Digest/SHA/Makefile.PL#4~33780~    2008-05-02 08:25:05.000000000 
-0700
+++ perl/ext/Digest/SHA/Makefile.PL     2008-05-02 08:36:39.000000000 -0700
@@ -34,10 +34,19 @@
        'LIBS'          => [''],
        'DEFINE'        => $define,
        'INC'           => '-I.',
+>>>> ORIGINAL Makefile.PL#3
+       'EXE_FILES'     => [ 'shasum' ],
+       'INSTALLDIRS'   => ($] >= 5.010) ? 'perl' : 'site',
+==== THEIRS Makefile.PL#4
        $PERL_CORE ? () : (
            'EXE_FILES'         => [ 'shasum' ],
            'INSTALLDIRS'       => ($] >= 5.010) ? 'perl' : 'site',
        ),
+==== YOURS Makefile.PL
+       'MAN3PODS'      => {},      # Pods will be built by installman.
+       'NO_META'       => 1,
+       'INSTALLDIRS'   => ($] >= 5.010) ? 'perl' : 'site',
+<<<<
 );
 
 my $MMversion = $ExtUtils::MakeMaker::VERSION || 0;
End of Patch.

Reply via email to