I have been working with the WWW::Google::Contacts package. I am using ActivePerl 5.10.0 Build 1003 on my WindowsXP machine. Things were going along just fine. Program was working and I was pulling my Google Contacts into my program.

I was trying to add a splash screen to my Tk program startup and added a couple more packages and updated another couple (Win32API, Win32, Zlib, Stash) that had later versions. Now all of a sudden my program will no longer even compile!

Here is just a little test program to show what is happening.

#!C:/Perl/bin/perl.exe -w use strict; use WWW::Google::Contacts; print "Hello World\n";
This is what I am getting when I attempt to run it:
Undefined subroutine &MooseX::Types::Base::find_type_constraint called + at C:/Perl/site/lib/MooseX/Types/Base.pm line 64. BEGIN failed--compilation aborted at C:/Perl/site/lib/WWW/Google/Conta +cts/Contact.pm line 8. Compilation failed in require at C:/Perl/site/lib/WWW/Google/Contacts. +pm line 14. BEGIN failed--compilation aborted at C:/Perl/site/lib/WWW/Google/Conta +cts.pm line 14. Compilation failed in require at C:/bin/testGC.pl line 5. BEGIN failed--compilation aborted at C:/bin/testGC.pl line 5.

The thing is, the Moose and MooseX packages haven't changed. I don't have a clue as to where to go, so any thought would be really helpful.


In reply to Problem in MooseX? by VingInMedina

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.