On Thu Jan 27 04:43:18 2011, ppisar wrote:
Show quoted text> On Wed, Jan 26, 2011 at 02:43:54PM -0500, John J. Trammell via RT
> wrote:
> > Data::Dumper is used in some example code in etc/, and is not
> required
> > to build, install, or use the package.
> >
> Indeed?:
> lib/Perl/Critic/Policy/Variables/ProhibitUselessInitialization.pm:9
>
> $ strace -fq -eopen make test 2>&1 |grep ProhibitUselessInitialization
> [pid 8433]
> open("/tmp/Perl-Critic-PetPeeves-JTRAMMELL-
>
0.01/blib/lib/Perl/Critic/Policy/Variables/ProhibitUselessInitialization.pm",
Show quoted text> O_RDONLY) = 3
> [...]
Interesting, the version I have locally does not have Data::Dumper.
I'll be releasing an update shortly.
Not sure what the grep is supposed to tell me; care to elaborate?