Subject: | Use of uninitialized value $module in substitution (s///) |
Date: | Thu, 28 Nov 2013 12:19:33 +0200 |
To: | bug-par-packer [...] rt.cpan.org |
From: | Gabor Szabo <gabor [...] szabgab.com> |
running
pp a.pl
on a script that contains:
use Path::Tiny;
print "hello world";
gives this warnings:
Use of uninitialized value $module in substitution (s///) at
/home/gabor/perl-5.18.0-desktop/lib/site_perl/5.18.0/Module/ScanDeps.pm
line 829, <$FH> line 88.
Use of uninitialized value $module in concatenation (.) or string at
/home/gabor/perl-5.18.0-desktop/lib/site_perl/5.18.0/Module/ScanDeps.pm
line 830, <$FH> line 88.
$ mversion PAR::Packer
1.015
$ mversion Module::ScanDeps
1.11
perl 5.18.0 on Linux
the a.out was generated and it runs.