Re: Devel::Cover: uninitialized value warning in 'cover'
"Matthew Horsfall (alh)" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.quality-assurance |
|---|---|
| Message-ID | <CAJ0K8biYq9FfV8uKO95ay6Nc8nBkbdHcqgo=vPnnW1cO2jZ68w@mail.gmail.com> |
On Sat, Jun 2, 2012 at 11:49 AM, James E Keenan <[email protected]> wrote: > Use of uninitialized value $Devel::Cover::Ignore_filenames in regexp > compilation at > /usr/local/lib/perl5/site_perl/5.16.0/i686-linux/Devel/Cover/DB.pm line 882. James, This was reported and I believe solved as part of another bug just a little bit ago, looking at github it's slated for release "soon", but hasn't been yet. Here's the relevant commit: https://github.com/pjcj/Devel--Cover/commit/dd89615c50127bb3900c5653d631c2cee22f10cb And the original bug: https://github.com/pjcj/Devel--Cover/issues/12 On a side note, I'm not sure if the perl-qa list is the place to report Devel::Cover issues or not, but I know if you have a github account you can report them directly on the project's page, or throw them up on RT. Cheers, -- Matthew Horsfall (alh)