plu / Pithub

Perl Github v3 API
http://metacpan.org/module/Pithub
Other
68 stars 36 forks source link

Branches has its own class, adding rename and merge methods #219

Closed thibaultduponchelle closed 2 years ago

thibaultduponchelle commented 2 years ago

Hello 😃

I propose to add these methods rename and merge and doing this change required to reorganize the code to add a new Pithub::Repos::Branches (the same way is Pithub::Repos::Commits and friends).

oalders commented 2 years ago

Thanks, @thibaultduponchelle! Before we review, let's get the build passing.

#   Failed test 'pod coverage for Pithub::Repos::Branches'
#   at xt/author/pod-coverage.t line 38.
# Coverage for Pithub::Repos::Branches is 25.0%, with 3 naked subroutines:
#   get
#   merge
#   rename
thibaultduponchelle commented 2 years ago

Ok 😃 It should be fine now

thibaultduponchelle commented 2 years ago

Closed because #220