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.
This is what I am getting when I attempt to run it:#!C:/Perl/bin/perl.exe -w use strict; use WWW::Google::Contacts; print "Hello World\n";
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
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |