The "perl -w" option is also deprecated, and usually quite
inappropriate to put in the #! line. It's aimed at producing warnings
about *potential* problems, and can generate spew that is difficult to
parse in normal operation.

See http://www.perl.com/pub/2004/08/09/commandline.html for details on
just low long "perl -w" has been deprecated and the "use warnings"
technique encouraged, instead. That note dates back to 2004: it may be
time to update the code..

On Tue, Dec 15, 2015 at 3:40 PM, Michael Schwendt <mschwe...@gmail.com> wrote:
> Here's a test-case:
>
>   https://bugzilla.redhat.com/1291903
>
> The Perl script contents somehow confuse the dep generator.
>
> Which component to assign to?
> rpm or perl-generators?
> --
> devel mailing list
> devel@lists.fedoraproject.org
> http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Reply via email to