[perl #71870] Use of uninitialized value in bitwise and B::Deparse
authorVincent Pit <perl@profvince.com>
Wed, 6 Jan 2010 18:13:27 +0000 (19:13 +0100)
committerVincent Pit <perl@profvince.com>
Wed, 6 Jan 2010 18:21:13 +0000 (19:21 +0100)
commit06fc68671f70339bdc6ddf5b7367ae9db8b4cd2a
tree9c2d08582a407409cbbdc025224d79279238292d
parentbb1773de14d1367a85531986b90d3ce2d9da9dcb
[perl #71870] Use of uninitialized value in bitwise and B::Deparse

It's better to just silence it in Deparse rather than stopping
B::PMOP::reflags from returning undef because of a non-constant regexp.
That way, we keep the possibility to test for this situation, and it stays
in line with B::PMOP::pregcomp.

Also bump $B::Deparse::VERSION.
dist/B-Deparse/Deparse.pm
dist/B-Deparse/t/deparse.t