use strict;
sub model :CarrierMethod('NonMobile') { '' }
sub device_id :CarrierMethod('NonMobile') { '' }
sub xhtml_compliant :CarrierMethod('NonMobile') { 1 }
1;