You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2004/09/23 17:25:37 UTC

[Bug 3811] New: Makefile.PL error

http://bugzilla.spamassassin.org/show_bug.cgi?id=3811

           Summary: Makefile.PL error
           Product: Spamassassin
           Version: 3.0.0
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: spamassassin
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: pa3fua@amsat.org


When updating to a later ExtUtils-MakeMaker-6.21_03.tar.gz and running perl
Makefile.PL errors will popup as the version of the latest ExtUtils can not be
validated.

Changing line 8 in Makefile.PL to use ExtUtils::MakeMaker;
and add a line in Makefile.PL after 139 
$mm_version =~ s/_//g;
Will overcome the wrong version detection as with the new one a _ 6.21_03 will
make the version detection not work properly and errors will pop up.

I am sure my solution is rough and can be done nicer.

Chrs P



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.