# Phone.pm

    class Phone;

    has $.OS;
    has $.carrier;

    method call { ... }