Reinhold May wrote: > > For me, 0.15 doesn't build because of: > > Checking if your kit is complete... > Looks good > Writing Makefile for DateTime::Set > cp lib/Set/Infinite/_recurrence.pm > blib/lib/Set/Infinite/_recurrence.pm > cp lib/DateTime/Set.pm blib/lib/DateTime/Set.pm > cp lib/DateTime/Span.pm blib/lib/DateTime/Span.pm > cp lib/DateTime/SpanSet.pm blib/lib/DateTime/SpanSet.pm > /usr/bin/perl.exe "-Iblib/arch" "-Iblib/lib" Build.PL Build > Too early to specify a build action 'Build'. Do 'Build Build' > instead. > make: *** [Build] Error 255 > /usr/bin/make -- NOT OK
"Makefile.PL" is trying to install "Build.PL" ! Try this: mv Build.PL Build.PL_ perl Makefile.PL make install mv Build.PL_ Build.PL I'll fix this... > Flavio, if I get on your nerves with my lack of perl knowledge, > just tell me and I'll shut up ;). I'm also learning here :) - Flavio S. Glock
