1package Net::Google::DataAPI::Auth::Null;
2use Any::Moose;
3with 'Net::Google::DataAPI::Role::Auth';
4our $VERSION = '0.02';
5
6
7sub sign_request {$_[1]};
8
9__PACKAGE__->meta->make_immutable;
10no Any::Moose;
11
121;
13