[DBIx-Class-Devel] Bug in Makefile.PL?

Peter Rabbitson rabbit+dbic at rabbit.us
Wed Jan 23 14:04:36 GMT 2013


On Wed, Jan 23, 2013 at 07:58:43AM -0600, fREW Schmidt wrote:
> frew at frew.chickenkiller.com:2222, dbic is at ~/code/DBIx-Class.

Will look later today, but possibly not - $work is not working and
I got to go to a pm meeting in couple hours.

> 
> BTW I still think Makefile.PL should exit non-zero if there was an
> error.

This is not an error, this is a "do you want me to install X+Y on
next `make`". It is akin to ./configure. If we change it to non-0
then you will not be able to install this module anywhere, since the
normal workflow (even for cpanm) is:

perl Makefile.PL && make && make test && make install

In fact `exit 1` from Makefile.PL is how you get a "N/A" smoke
result.



More information about the DBIx-Class-Devel mailing list