Re: [perl #75642] PATCH: Deprecate not having space between pattern and following word
[email protected] (karl williamson)
| Newsgroups | perl.perl5.porters |
|---|---|
| Message-ID | <[email protected]> |
Ævar Arnfjörð Bjarmason wrote: > On Wed, Jun 9, 2010 at 20:44, karl williamson <[email protected]> wrote: >> Things like "/foo/sand bar" will now generate a deprecated warning. > > Looks good, but shouldn't tests like the one you added be in > t/lib/warnings/? Tests there already do all the setup + eval + output > checking work you're doing in your patch. > I haven't been able to find much documentation on where to put tests. There's some incomplete stuff in perlhack, so I didn't know about this option. I can try to figure out how to use it, but is there documentation anywhere?