Net::Google::Code::TypicalRoles - TypicalRoles


Net-Google-Code documentation Contained in the Net-Google-Code distribution.

Index


Code Index:

NAME

Top

Net::Google::Code::TypicalRoles - TypicalRoles

DESCRIPTION

Top

this is an aggregation of roles that includes the typical roles for Code.pm, Code/Issue.pm, Code/Download.pm and Code/Wiki.pm

AUTHOR

Top

sunnavy <sunnavy@bestpractical.com>

LICENCE AND COPYRIGHT

Top


Net-Google-Code documentation Contained in the Net-Google-Code distribution.

package Net::Google::Code::TypicalRoles;
use Any::Moose 'Role';

with 'Net::Google::Code::Role::Fetchable';
with 'Net::Google::Code::Role::URL';
with 'Net::Google::Code::Role::HTMLTree';
with 'Net::Google::Code::Role::Authentication';
with 'Net::Google::Code::Role::Pageable';
with 'Net::Google::Code::Role::Predefined';

no Any::Moose;

1;

__END__