Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3342064
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T00:47:42+00:00 2026-05-18T00:47:42+00:00

I wrote a Moose object class which extends another Moose object class: package MySubClass;

  • 0

I wrote a Moose object class which extends another Moose object class:

package MySubClass;
use Moose;
extends MySuperClass;

I have an attribute which I’d like to automatically build upon object instantiation:

has 'id' => (
    is       => 'ro',
    isa      => 'Str',
    builder  => '_build_id',
    init_arg => undef,
); 

sub _build_id {
 my $self = shift;
 # both ssn and bnn are attributes of MySuperClass
 return $self->ssn . $self->bnn;
}

This doesn’t work unless I set id as lazy. Why?

How is the construction of extending objects done?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T00:47:42+00:00Added an answer on May 18, 2026 at 12:47 am

    Quote Moose::Manual::Attributes on Laziness:

    First, if the default value for this
    attribute depends on some other
    attributes, then the attribute must be
    lazy. During object construction,
    defaults are not generated in a
    predictable order, so you cannot count
    on some other attribute being
    populated when generating a default.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Consider this simple class: package Foo; use Moose; has foo => ( is =>
I have a table in SQL Server which looks like this: ID Code Name
I have an object which holds a stack of objects. The object represents the
I have returned to php development from Moose and I really miss CLOS like
I'm using Moose to write an object module. I currently have a few mandatory
I have a series of Moose objects that I'm looking to feed to JSON::XS
I have a basic category object that has also subcategories in it. This is
Moose is a fantastic object framework. The trouble is that, taken together with its
I wrote this script to change the usb keyboard layout automatically on plug-in import
I wrote a low-level mouse hook in C#, which should capture XBUTTON events. For

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.