Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: Interactivity in tests - done correctly?

by Sandy (Curate)
on Jan 22, 2009 at 19:40 UTC ( [id://738285]=note: print w/replies, xml ) Need Help??


in reply to Re: Interactivity in tests - done correctly?
in thread Interactivity in tests - done correctly?

I am a little uncertain as what you mean.

If I use 'prompt' in the Makefile.PL, how can the test scripts get this information.

I am having a similar requirement as the OP, in that I need username and password to test. I do not want to use an environment variable for the password (although it is a development database, the DBA is very strict about keeping even those passwords very secure).

  • Comment on Re^2: Interactivity in tests - done correctly?

Replies are listed 'Best First'.
Re^3: Interactivity in tests - done correctly?
by mje (Curate) on Jan 23, 2009 at 10:37 UTC

    Yes, as I said I initially slightly misread the question and hence the reference to Makefile.PL. You can use ExtUtils::MakeMaker->prompt in your test scripts too.

    $ perl -MExtUtils::MakeMaker -le 'print ExtUtils::MakeMaker::prompt("f +red", "default");' fred [default] # I just hit CR here default

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://738285]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-04-26 08:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found