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, 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 Mouse::Meta::Class::add_around_method_modifier(Mouse::Meta::Class=HASH(0x31287cc8), "BUILDARGS", CODE(0x312aff38)) called at /usr/local/site_perl/aix/aix-thread-multi/Mouse.pm line 79 Mouse::around("BUILDARGS") called at /usr/local/site_perl/common/Utils/SyncDceBluegroup/PersonCache.pm line 144 require Utils/SyncDceBluegroup/PersonCache.pm called at /usr/local/site_perl/common/Utils/SyncDceBluegroup/AIXUseridCache.pm line 9 require Utils/SyncDceBluegroup/AIXUseridCache.pm called at /usr/local/site_perl/common/Utils/SyncDceBluegroup.pm line 10 require Utils/SyncDceBluegroup.pm called at ./SyncDceBluegroup.t line 8 main::BEGIN() called at /usr/local/site_perl/common/Utils/SyncDceBluegroup/PersonCache.pm line 0 eval {...} called at /usr/local/site_perl/common/Utils/SyncDceBluegroup/PersonCache.pm line 0 Compilation failed in require at /usr/local/site_perl/common/Utils/SyncDceBluegroup/AIXUseridCache.pm line 9, line 755. Compilation failed in require at /usr/local/site_perl/common/Utils/SyncDceBluegroup.pm line 10, line 755. Compilation failed in require at ./SyncDceBluegroup.t line 8, line 755. BEGIN failed--compilation aborted at ./SyncDceBluegroup.t line 8, line 755. # Looks like your test exited with 255 before it could output anything. #### user@test:/common/admin/perltests/modules# oslevel -s 7200-01-01-1642 user@test:/common/admin/perltests/modules# perl -v This is perl 5, version 20, subversion 1 (v5.20.1) built for aix-thread-multi Copyright 1987-2014, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. user@test:/common/admin/perltests/modules# perl -MMouse -e 'print Mouse->VERSION,"\n"' v2.4.5 user@production:/common/admin/perltests/modules/Utils_SyncDceBluegroup$ oslevel -s 7200-01-01-1642 user@production:/common/admin/perltests/modules/Utils_SyncDceBluegroup$ perl -v This is perl 5, version 20, subversion 1 (v5.20.1) built for aix-thread-multi Copyright 1987-2014, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. user@production:/common/admin/perltests/modules/Utils_SyncDceBluegroup$ perl -MMouse -e 'print Mouse->VERSION,"\n"' v2.4.5 #### around BUILDARGS => sub { my $orig = shift; my $class = shift; return $class->$orig( member_type => 'Utils::SyncDceBluegroup::Person' ); };