in reply to Test::More command-line arguments?
A Perl test file written with Test::More is just a Perl program. @ARGV works there like it does in any Perl program (I know, I use @ARGV in some of my test files.)
Can you post some example code that does not behave as you expect?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Test::More command-line arguments?
by Anonymous Monk on Sep 25, 2012 at 00:17 UTC | |
by tobyink (Canon) on Sep 25, 2012 at 00:24 UTC | |
by Anonymous Monk on Sep 25, 2012 at 00:30 UTC | |
by Anonymous Monk on Sep 25, 2012 at 00:38 UTC | |
by Anonymous Monk on Sep 25, 2012 at 00:22 UTC | |
by sbohning (Initiate) on Oct 14, 2021 at 21:39 UTC |