Help for this page

Select Code to Download


  1. or download this
    package GSM::Cell;
    use Moose;
    ...
    __PACKAGE__->meta->make_immutable;
    
    1; #so the 'require' or 'use' succeeds
    
  2. or download this
    has BCCH => (
        metaclass => 'SQLInitilaize',
        is => 'ro', 
        table => 'Cell',
    )