hideo55 / Module-Build-XSUtil

A Module::Build class for building XS modules
Other
6 stars 8 forks source link

Cannot be installed on Linux #15

Open noqisofon opened 3 years ago

noqisofon commented 3 years ago

"Installed" is displayed, but when I try to install it again, "Installed" is displayed again.

% cpanm Module::Build::XSUtil
--> Working on Module::Build::XSUtil
Fetching http://www.cpan.org/authors/id/H/HI/HIDEAKIO/Module-Build-XSUtil-0.19.tar.gz ... OK
Configuring Module-Build-XSUtil-0.19 ... OK
Building and testing Module-Build-XSUtil-0.19 ... OK
Successfully installed Module-Build-XSUtil-0.19
1 distribution installed

./Build works fine :

% ./Build
Building Module-Build-XSUtil

./Build test also works :

% ./Build test
t/00_compile.t .. ok   
t/01_build.t .... ok   
All tests successful.
Files=2, Tests=3,  1 wallclock secs ( 0.01 usr  0.01 sys +  0.83 cusr  0.13 csys =  0.98 CPU)
Result: PASS

./Build install has the same output as ./Build :

% ./Build install
Building Module-Build-XSUtil