Re: Module::Build question

2010-02-17 Thread David Cantrell
On Tue, Feb 16, 2010 at 06:47:25PM -0800, cr...@animalhead.com wrote: > So I would like to add some tests to one of my test files, > involving something like `perl -c scripts/my_script`, and > fail if there's an error. > > My question is: where under M::B can I get the path to the > perl under wh

Re: create installation issues

2010-02-17 Thread Skriptke
Sorry... /usr/local/lib and create links in /cgi-bin De: Skript Ke Para: module-authors@perl.org Enviado: miƩ,17 febrero, 2010 11:57 Asunto: create installation issues I am creating a module that requires the installation of some files in www/cgi-bin Can be

create installation issues

2010-02-17 Thread Skript Ke
I am creating a module that requires the installation of some files in www/cgi-bin Can be viewed at: http://github.com/Skriptke/nes Directories /obj and /plugin What is the best procedure when creating makefile.pl? Adding makefile.pl necessary instructions to install these files in /usr /local

Re: Module::Build question

2010-02-17 Thread Aldo Calpini
cr...@animalhead.com wrote: Q: How can a test program tell if it's running in verbose mode? you don't. use note($message) from Test::More to output things that should be seen only in verbose mode. cheers, Aldo