<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<a class="moz-txt-link-abbreviated" href="mailto:jpeacock@rowman.com">jpeacock@rowman.com</a> wrote:<br>
<blockquote cite="mid:fd6c0b4667ec94e5dccd0088acb3bc0d@localhost"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">*** Module::AutoInstall configuration finished.
The 'determine_VERSION' method does not exist in the 'inc' path!
Please remove the 'inc' directory and run Makefile.PL again to load it.
# Looks like your test died before it could output anything.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I'm mystified about this as well; that code should only be triggered if the META.yml is gone AFAICT.  Module::Install::Makefile::Version isn't included in the inc/ folder by design (apparently).  Try installing Module::Install in PPM, then delete the inc/ folder and have it recreate it...
  </pre>
</blockquote>
So, I deleted the inc/ folder in 2.0-releng/inc/, and perl Makefile.PL
succeeds as follows.  The problem is that inc/ is Subversion
controlled, and svn up no longer can update it (svn: Directory
'inc\.svn' containing working copy admin area is missing).<br>
<br>
After running perl Makefile.PL, nmake, and then nmake test, I get
this.  These particular tests were clean for 2.0.0 RC2.<br>
<br>
BTW, I'm more than happy to use somebody else's 2.0.0 Windows install,
since I'm a Perl dweeb.  There just isn't one posted yet.<br>
<br>
Josh<br>
<br>
[U:\svk\2.0-releng]nmake test<br>
<br>
Microsoft (R) Program Maintenance Utility Version 8.00.50727.42<br>
Copyright (C) Microsoft Corporation.  All rights reserved.<br>
<br>
        C:\Perl\bin\perl.exe "-Iinc" -MExtUtils::Command -e cp bin/svk
blib\scri<br>
pt\svk<br>
        pl2bat.bat blib\script\svk<br>
        C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'in<br>
c', 'blib\lib', 'blib\arch')" t/*.t t/*/*.t<br>
t/00use..........................# Subversion 1.4.2<br>
t/00use..........................NOK 26<br>
#   Failed test 'use SVK::Command::Move;'<br>
#   in t/00use.t at line 30.<br>
#     Tried to use 'SVK::Command::Move'.<br>
#     Error:  SVK/Command/Move.pm did not return a true value at (eval
109) line<br>
 2, &lt;FH&gt; line 294.<br>
# BEGIN failed--compilation aborted at t/00use.t line 30.<br>
# Looks like you failed 1 test of 126.<br>
t/00use..........................dubious<br>
        Test returned status 1 (wstat 256, 0x100)<br>
DIED. FAILED test 26<br>
        Failed 1/126 tests, 99.21% okay (less 3 skipped tests: 122
okay, 96.83%)<br>
<br>
t/01depotmap.....................ok<br>
t/01editor.......................ok<br>
</body>
</html>