Re: [perl #75642] PATCH: Deprecate not having space between pattern and following word
[email protected] (Ævar Arnfjörð Bjarmason)
| Newsgroups | perl.perl5.porters |
|---|---|
| Message-ID | <[email protected]> |
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.