]> git.vpit.fr Git - perl/modules/rgit.git/blob - META.yml
This is 0.06
[perl/modules/rgit.git] / META.yml
1 --- #YAML:1.0
2 name:               rgit
3 version:            0.06
4 abstract:           Recursively execute a command on all the git repositories in a directory tree.
5 author:
6     - Vincent Pit <perl@profvince.com>
7 license:            perl
8 distribution_type:  module
9 configure_requires:
10     ExtUtils::MakeMaker:  0
11 requires:
12     Carp:                 0
13     Cwd:                  0
14     Exporter:             0
15     File::Find:           0
16     File::Spec::Functions:  0
17     Object::Tiny:         0
18     POSIX:                0
19 no_index:
20     directory:
21         - t
22         - inc
23 generated_by:       ExtUtils::MakeMaker version 6.48
24 meta-spec:
25     url:      http://module-build.sourceforge.net/META-spec-v1.4.html
26     version:  1.4
27 build_requires:
28     Cwd:                           0
29     ExtUtils::MakeMaker:           0
30     File::Spec::Functions:         0
31     File::Temp:                    0
32     Test::More:                    0