Fix skip/plan, should quiet coretest
[parrot.git] / META.yml
blob695c559809c5f361a12a20f51d76c00af51e43cc
1 # $Id$
3 # This file describes the CPAN distribution for Parrot.
4 # See http://module-build.sourceforge.net/META-spec-current.html for details.
5 ---
6 name: parrot
7 version: 2.1.0
8 author: parrot-dev@lists.parrot.org
9 abstract: a virtual machine designed for dynamic languages
10 license: artistic2
11 no_index:
12     directory:
13         - config
14         - languages
15         - lib
16         - lib/Digest
17         - lib/File
18         - lib/Parse
19         - lib/Perl/Critic
20         - lib/Pod
21         - t
22         - tools
23     file:
24         - lib/IO/CaptureOutput.pm
25         - lib/SmartLink.pm
26     package:
27         - DB
28         - Parrot::Test::DB
29         - Parrot::Distribution
30         - Parrot::Docs::HTMLPage
31         - Parrot::OpTrans::CGP
32         - Parrot::OpTrans::CSwitch
33         - Parrot::OpsFile
34 requires:
35   Storable: 2.12
36   perl: 5.8.4
37 resources:
38     homepage:   'http://parrot.org/'
39     license:    'http://opensource.org/licenses/artistic-license-2.0.php'
40     bugtracker: 'https://trac.parrot.org/parrot/'
41 generated_by: Humans