C2DM has been deprecated and replaced by Google Cloud Messaging for Android (GCM). というわけで、C2DM さん今までありがとうございました。これからは GCM の時代になりましたので WWW::Google::Cloud::Messaging をリリースしました。 JSON API のみの対応です。API key の取得はこのへんに書いてありますのでよしなに。 SYNOPSIS 貼っつけると use WWW::Google::Cloud::Messaging; my $api_key = 'Your API Key'; my $gcm = WWW::Google::Cloud::Messaging->new(api_key => $api_key); my $res = $gcm->send({ regis