Help for this page

Select Code to Download


  1. or download this
    package Bit::Vector {
        use Moose;
    ...
    
    Bit::Thing->new;  # fine, "thing" gets the default value
    Bit::Thing->new(thing => undef);  # croaks