From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345678910 package HTTP::MobileAttribute::Agent::NonMobile;use strict;use warnings;use HTTP::MobileAttribute::Agent::Base;sub parse { } # nopsub model { '' }sub device_id { '' }1;
package
HTTP::MobileAttribute::Agent::NonMobile;
use
strict;
warnings;
HTTP::MobileAttribute::Agent::Base;
sub
parse { }
# nop
model {
''
}
device_id {
1;