From: gfx Date: Sat, 31 Oct 2009 03:14:34 +0000 (+0900) Subject: Change a message from Makefile.PL X-Git-Tag: 0.40_04~33 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7b92a82b2c23a9003e5f736e85008111c904acc4;p=gitmo%2FMouse.git Change a message from Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index 050fca7..1c2a121 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,3 @@ -BEGIN{ $INC{'Module/Install/ExtraTests.pm'} = __FILE__ } # to disable the use of ExtrTests use strict; use warnings; use inc::Module::Install; @@ -45,17 +44,19 @@ if(!defined $use_xs){ } if($use_xs){ + print "Mouse configured with XS.\n", + "You can try --pp option to configure it with Pure Perl.\n"; + ; + require Module::Install::XSUtil; Module::Install::XSUtil->VERSION(0.15); # for co-developpers use_ppport(3.19); cc_warnings(); cc_src_paths('xs-src'); - - print "Mouse configured in XS (--xs)\n"; } else{ - print "Mouse configured in Pure Perl (--pp)\n"; + print "Mouse configured with Pure Perl.\n"; } if (author_context()) {