Assuming you mean APP::Reprove:

C:\Perl64\packages\App-Reprove-0.004>makefile *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - IO::Scalar ...loaded. (2.110) - ExtUtils::MakeMaker ...loaded. (6.54 >= 6.42) - Test::More ...loaded. (0.96 >= 0.61) - MooseX::Declare ...loaded. (0.35 >= 0.34) - File::Spec ...loaded. (3.29) - MooseX::Getopt ...loaded. (0.39) - Object::AUTHORITY ...loaded. (0.004 >= 0.003) - autodie ...loaded. (2.06_01) - File::Path ...loaded. (2.08) - LWP::Simple ...loaded. (5.827) - File::pushd ...loaded. (1.002) - Class::Load ...loaded. (0.18) - File::Temp ...loaded. (0.22) - Module::Manifest ...loaded. (1.08) - JSON ...loaded. (2.17 >= 2.00) - File::Basename ...loaded. (2.77) - common::sense ...loaded. (3.4) - App::Prove ...loaded. (3.17) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for App::Reprove C:\Perl64\packages\App-Reprove-0.004>nmake Microsoft (R) Program Maintenance Utility Version 9.00.21022.08 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/Module/Reprove.pm blib\lib\Module\Reprove.pm cp lib/App/Reprove.pm blib\lib\App\Reprove.pm C:\Perl64\bin\perl.exe "-Iinc" -MExtUtils::Command -e "cp" -- +bin/reprove blib\script\reprove pl2bat.bat blib\script\reprove C:\Perl64\packages\App-Reprove-0.004>nmake test Microsoft (R) Program Maintenance Utility Version 9.00.21022.08 Copyright (C) Microsoft Corporation. All rights reserved. C:\Perl64\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_ha +rness(0, 'inc', 'blib\lib', 'blib\arch')" t/01basic.t t/02reprove.t t/01basic.t .... # Failed test 'use App::Reprove;' t/01basic.t .... 1/1 # at t/01basic.t line 2. # Tried to use 'App::Reprove'. # Error: Could not create the 'reader' method for variable_name b +ecause : Could not generate inline reader because : Could not create +writer for 'variable_name' because Failed to compile source: Compilat +ion error # # source: <snip> ... Trace output as in the OP C:\Perl64\packages\App-Reprove-0.004>nmake install Microsoft (R) Program Maintenance Utility Version 9.00.21022.08 Copyright (C) Microsoft Corporation. All rights reserved. Appending installation info to C:\Perl64\lib/perllocal.pod

In reply to Re^4: Moose error? by Anonymous Monk
in thread Moose error? by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.