VingInMedina has asked for the wisdom of the Perl Monks concerning the following question:
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem in MooseX?
by eff_i_g (Curate) on Jan 13, 2011 at 20:38 UTC | |
|
Re: Problem in MooseX?
by ikegami (Patriarch) on Jan 13, 2011 at 21:06 UTC | |
by ikegami (Patriarch) on Jan 13, 2011 at 21:42 UTC | |
by ikegami (Patriarch) on Jan 13, 2011 at 21:51 UTC | |
by VingInMedina (Acolyte) on Jan 13, 2011 at 22:08 UTC | |
by VingInMedina (Acolyte) on Jan 14, 2011 at 14:21 UTC |