in reply to Re: Moose error?
in thread Moose error?

Yes, the its the same script unchanged.

perl -MMoose -E"say $Moose::VERSION" 2.0402 perl -MMooseX::Declare -E"say $MooseX::Declare::VERSION" 0.35 perl -MMooseX::Method::Signatures -E"say $MooseX::Method::Signatures:: +VERSION" 0.37

Replies are listed 'Best First'.
Re^3: Moose error?
by Anonymous Monk on Feb 23, 2012 at 14:09 UTC

    What is output from running perl Makefile.PL?

    You should probably upgrade all Moose* modules to their latest versions

      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

      What is output from running perl Makefile.PL?

      Makefile for what?

      You should probably upgrade all Moose* modules to their latest versions

      I believe I have.