-
Notifications
You must be signed in to change notification settings - Fork 2
/
META.yml
41 lines (41 loc) · 947 Bytes
/
META.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
abstract: 'A Perl port of gitflow'
author:
- 'Sawyer X <[email protected]>'
build_requires:
File::Slurp: 0
File::Temp: 0
Test::Fatal: 0
Test::More: 0
Test::TinyMocker: 0
configure_requires:
Module::Build: 0.36
generated_by: 'Module::Build version 0.3607'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
name: Git-Flux
provides:
Git::Flux:
file: lib/Git/Flux.pm
version: 0.0_03
Git::Flux::Command::feature:
file: lib/Git/Flux/Command/feature.pm
Git::Flux::Command::help:
file: lib/Git/Flux/Command/help.pm
Git::Flux::Command::init:
file: lib/Git/Flux/Command/init.pm
Git::Flux::Utils:
file: lib/Git/Flux/Utils.pm
repository: http://github.com/xsawyerx/gitflux/
requires:
Git::Repository: 0
List::MoreUtils: 0
Term::ReadLine: 0
Try::Tiny: 0
mixin: 0
perl: 5.006
resources:
license: http://dev.perl.org/licenses/
version: 0.0_03