| File: | blib/lib/Git/ReleaseRepo.pm |
| Coverage: | 100.0% |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Git::ReleaseRepo; | ||||||
| 2 | # ABSTRACT: Manage a release repository of Git submodules | ||||||
| 3 | |||||||
| 4 | 2 2 2 | 385942 1 30 | use strict; | ||||
| 5 | 2 2 2 | 4 2 32 | use warnings; | ||||
| 6 | 2 2 2 | 2784 92983 8 | use App::Cmd::Setup -app; | ||||
| 7 | |||||||
| 8 | |||||||
| 9 | 1; | ||||||