Subject: | Useless use of greediness modifier '?' in regex |
I see some warnings while running the test suite:
PERL_DL_NONLAZY=1 "/bbbike/perl-5.24.1-RC3/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Useless use of greediness modifier '?' in regex; marked by <-- HERE in m/(.*)(/\*.*\*/){1}? <-- HERE / at /tmpfs/.cpan-build-cpansand/2016090918/svg-svg2zinc-0.10-0/blib/lib/SVG/SVG2zinc/Conversions.pm line 50.
Useless use of greediness modifier '?' in regex; marked by <-- HERE in m/\#([0-9a-fA-F]{3}? <-- HERE )$/ at /tmpfs/.cpan-build-cpansand/2016090918/svg-svg2zinc-0.10-0/blib/lib/SVG/SVG2zinc/Conversions.pm line 303.
t/Conversions.t ... ok
t/Import.t ........ ok
Useless use of a variable in void context at t/Tcl.t line 26.
# ############ perl2tcl conversions
t/Tcl.t ........... ok
Useless use of greediness modifier '?' in regex; marked by <-- HERE in m/(.*)(/\*.*\*/){1}? <-- HERE / at /tmpfs/.cpan-build-cpansand/2016090918/svg-svg2zinc-0.10-0/blib/lib/SVG/SVG2zinc/Conversions.pm line 50.
Useless use of greediness modifier '?' in regex; marked by <-- HERE in m/\#([0-9a-fA-F]{3}? <-- HERE )$/ at /tmpfs/.cpan-build-cpansand/2016090918/svg-svg2zinc-0.10-0/blib/lib/SVG/SVG2zinc/Conversions.pm line 303.
Possible precedence issue with control flow operator at /tmpfs/.cpan-build-cpansand/2016090918/svg-svg2zinc-0.10-0/blib/lib/SVG/SVG2zinc.pm line 352.
...