Re: [code-review] Tie::Array::Bounded
Tony Bowden <[email protected]> Fri, 21 Nov 2003 18:33:09 +0000
| Newsgroups | gmane.comp.lang.perl.code-review-ladder |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Nov 21, 2003 at 12:41:18PM -0500, Casey West wrote: > My INSTALL file is executable, and thus: > #!/bin/sh > perl Build.PL > ./Build > ./Build test > ./Build install > So as to allow the user a single step: > ./INSTALL You should probably barf out if the "Build test" fails ... Tony