Somedays, Perforce makes me cranky. Fix perforce resolve
Steve Peters [Fri, 2 May 2008 15:38:46 +0000 (15:38 +0000)]
of the changes to Digest-SHA's Makefile.PL.

p4raw-id: //depot/perl@33782

ext/Digest/SHA/Makefile.PL

index 2402db2..dff8270 100644 (file)
@@ -34,19 +34,11 @@ my %att = (
        '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',
+            'MAN3PODS'      => {},      # Pods will be built by installman.
        ),
-==== YOURS Makefile.PL
-       'MAN3PODS'      => {},      # Pods will be built by installman.
-       'NO_META'       => 1,
-       'INSTALLDIRS'   => ($] >= 5.010) ? 'perl' : 'site',
-<<<<
 );
 
 my $MMversion = $ExtUtils::MakeMaker::VERSION || 0;