]> git.vpit.fr Git - perl/modules/rgit.git/blob - META.yml
Update VPIT::TestHelpers to 15e8aee3
[perl/modules/rgit.git] / META.yml
1 --- #YAML:1.0
2 name:               rgit
3 version:            0.08
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 build_requires:
12     base:                 0
13     Carp:                 0
14     Cwd:                  0
15     Exporter:             0
16     ExtUtils::MakeMaker:  0
17     File::Find:           0
18     File::Spec:           0
19     File::Temp:           0
20     POSIX:                0
21     Test::More:           0
22 requires:
23     base:        0
24     Carp:        0
25     Cwd:         0
26     Exporter:    0
27     File::Find:  0
28     File::Spec:  0
29     perl:        5.008
30     POSIX:       0
31 resources:
32     bugtracker:  http://rt.cpan.org/NoAuth/ReportBug.html?Queue=rgit
33     homepage:    http://search.cpan.org/dist/rgit/
34     license:     http://dev.perl.org/licenses/
35     repository:  http://git.profvince.com/?p=perl%2Fmodules%2Frgit.git
36 no_index:
37     directory:
38         - t
39         - inc
40 generated_by:       ExtUtils::MakeMaker version 6.56
41 meta-spec:
42     url:      http://module-build.sourceforge.net/META-spec-v1.4.html
43     version:  1.4
44 dynamic_config:     0
45 recommends:
46     Term::ReadKey:  0