=head2 project_rewards my @rewards = $ks->project_rewards($project_id); my @rewards = $ks->project_rewards($project_slug); Fetches and returns the rewards of the specified project as L objects. The argument may be the project's numerical id (as returned by Lid >>|WWW::Kickstarter::Data::Project/id>) or its "slug" (as returned by Lslug >>|WWW::Kickstarter::Data::Project/slug>). #### my @rewards = $ks->project_rewards($project_id); my @rewards = $ks->project_rewards($project_slug);