|
|
| Perl-Sensitive Sunglasses | |
| PerlMonks |
Mouse role failsby karlgoethebier (Friar) |
| on Nov 02, 2012 at 12:52 UTC ( #1001962=perlquestion: print w/ replies, xml ) | Need Help?? |
|
karlgoethebier has asked for the
wisdom of the Perl Monks concerning the following question:
Hi, i'm playing around with Mouse roles and got stuck. Role #1:
This one fails on init with the followings errors: Could not load class (ReadFile) because : Undefined subroutine &IO::Handle::_create_getline_subs called at C:/strawberry/perl/lib/IO/Handle.pm line 434.In Handle.pm Line 434: # Special XS wrapper to make them inherit lexical hints from the caller. _create_getline_subs(<<'END' ) or die $@; Compilation failed in require at C:/strawberry/perl/lib/IO/Seekable.pm line 101.In Seekable.pm line 101: use IO::Handle (); Compilation failed in require at C:/strawberry/perl/lib/IO/File.pm line 133.In File.pm line 133: use IO::Seekable; But the next one works. Role #2:
Thank you very much for any advice. Best regards, Karl
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||||||||||||