Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Weird perl behaviour using Mouse between two different host-machines

by yulivee07 (Sexton)
on May 02, 2017 at 08:32 UTC ( #1189310=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    The method 'BUILDARGS' was not found in the inheritance hierarchy for 
    +Utils::SyncDceBluegroup::PersonCache at /usr/local/site_perl/aix/aix-
    +thread-multi/Mouse/Meta/Class.pm line 322, <DATA> line 755.
            Mouse::Meta::Class::_install_modifier(Mouse::Meta::Class=HASH(
    +0x31287cc8), "around", "BUILDARGS", CODE(0x312aff38)) called at /usr/
    +local/site_perl/aix/aix-thread-multi/Mouse/Meta/Class.pm line 394
    ...
    Compilation failed in require at ./SyncDceBluegroup.t line 8, <DATA> l
    +ine 755.
    BEGIN failed--compilation aborted at ./SyncDceBluegroup.t line 8, <DAT
    +A> line 755.
    # Looks like your test exited with 255 before it could output anything
    +.
    
  2. or download this
    user@test:/common/admin/perltests/modules# oslevel -s
    7200-01-01-1642
    ...
    
    user@production:/common/admin/perltests/modules/Utils_SyncDceBluegroup
    +$ perl -MMouse -e 'print Mouse->VERSION,"\n"'
    v2.4.5
    
  3. or download this
    around BUILDARGS => sub {
        my $orig  = shift;
    ...
        return $class->$orig( member_type => 'Utils::SyncDceBluegroup::Per
    +son' );
      
    };
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1189310]
Approved by Eily
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2023-12-05 21:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (27 votes). Check out past polls.

    Notices?