Strangely, your simplistic test also fails on my machine :
Show quoted textPS>scandeps -c -e 'use File::ChangeNotify;'
# Use of runtime loader module Module::Runtime detected. Results of
static scanning may be incomplete.
# Use of runtime loader module Module::Implementation detected. Results
of static scanning may be incomplete.
(set by Moose): No such file or directory at
C:/perl/site/lib/Module/ScanDeps/DataFeed.pm line 26.
CHECK failed--call queue aborted.
SYSTEM ERROR in compiling C:\Users\DTRZCI~1\AppData\Local\Temp\gVaoBef3eG:
512 at C:/perl/site/lib/Module/ScanDeps.pm line 1348.
For some additional information, my environment and Module::ScanDeps
version is as follows :
PS C:\Users\dtrzcinski\workspace\Clear Pre Processing> perl -V
Summary of my perl5 (revision 5 version 20 subversion 1) configuration:
Platform:
osname=MSWin32, osvers=6.1, archname=MSWin32-x86-multi-thread
uname=''
config_args='undef'
hint=recommended, useposix=true, d_sigaction=undef
useithreads=define, usemultiplicity=define
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cl', ccflags ='-nologo -GF -W3 -O1 -MD -Zi -DNDEBUG -DWIN32
-D_CONSOLE -DNO_STRICT -DPERL_TEXTMODE_SCRIPTS -DPE
RL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -D_USE_32BIT_TIME_T',
optimize='-O1 -MD -Zi -DNDEBUG',
cppflags='-DWIN32'
ccversion='18.00.31101', gccversion='', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=8
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='__int64',
lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='link', ldflags ='-nologo -nodefaultlib -debug -opt:ref,icf
-libpath:"c:\perl\lib\CORE" -machine:x86'
libpth=\lib
libs=oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib
comdlg32.lib advapi32.lib shell32.lib ole32.lib ol
eaut32.lib netapi32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib
version.lib odbc32.lib odbccp32.lib comctl32.lib msvcrt.
lib
perllibs=oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib
comdlg32.lib advapi32.lib shell32.lib ole32.li
b oleaut32.lib netapi32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib
version.lib odbc32.lib odbccp32.lib comctl32.lib msv
crt.lib
libc=msvcrt.lib, so=dll, useshrplib=true, libperl=perl520.lib
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-dll -nologo -nodefaultlib -debug
-opt:ref,icf -libpath:"c:\perl\lib\CORE" -machine:x86
'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES HAVE_INTERP_INTERN MULTIPLICITY
PERLIO_LAYERS PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
PERL_MALLOC_WRAP PERL_NEW_COPY_ON_WRITE
PERL_PRESERVE_IVUV USE_ITHREADS USE_LARGE_FILES
USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
Built under MSWin32
Compiled at Jan 14 2015 14:56:04
@INC:
C:/perl/site/lib/MSWin32-x86-multi-thread
C:/perl/site/lib
C:/perl/lib
.
PS C:\Users\dtrzcinski\workspace\Clear Pre Processing> cpan -D
Module::ScanDeps
Colorize_output is set to true but Win32::Console::ANSI is not
installed. To activate colorized output, please install Win32::Console::ANSI.
CPAN: Storable loaded ok (v2.51)
Reading 'C:\Perl\cpan\Metadata'
Database was generated on Sun, 18 Jan 2015 10:53:18 GMT
Module::ScanDeps
-------------------------------------------------------------------------
CPAN: Module::CoreList loaded ok (v5.20141220)
(no description)
R/RS/RSCHUPP/Module-ScanDeps-1.17.tar.gz
C:\perl\site\lib\Module\ScanDeps.pm
Installed: 1.17
CPAN: 1.17 up to date
Roderich Schupp (RSCHUPP)
rschupp@cpan.org
PS C:\Users\dtrzcinski\workspace\Clear Pre Processing> cpan -D
File::ChangeNotify
Colorize_output is set to true but Win32::Console::ANSI is not
installed. To activate colorized output, please install Win32::Console::ANSI.
CPAN: Storable loaded ok (v2.51)
Reading 'C:\Perl\cpan\Metadata'
Database was generated on Sun, 18 Jan 2015 10:53:18 GMT
File::ChangeNotify
-------------------------------------------------------------------------
CPAN: Module::CoreList loaded ok (v5.20141220)
(no description)
D/DR/DROLSKY/File-ChangeNotify-0.24.tar.gz
C:\perl\site\lib\File\ChangeNotify.pm
Installed: 0.24
CPAN: 0.24 up to date
Dave Rolsky (DROLSKY)
autarch@urth.org
Show quoted text> <URL:
https://rt.cpan.org/Ticket/Display.html?id=101569 >
>
> On 2015-01-15 23:59:55, david.trzcinski@skipfault.com wrote:
>> Example code attached
>
> It's missing...
> I can't reproduce the problem with a simplistic
>
> scandeps -c -e 'use File::ChangeNotify;'
>
>
> Cheers, Roderich
>