Update version numbers etc. for Parrot release 0.7.0 "Severe Macaw".
[parrot.git] / META.yml
blob6f80ee25500779703f1d6075d42150a1cf6fe78a
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: 0.7.0
8 author: parrot-porters@perl.org
9 abstract: a virtual machine designed for dynamic languages
10 license: artistic2
11 no_index:
12     directory:
13         - config
14         - languages
15         - lib/Digest
16         - lib/File
17         - lib/Parse
18         - lib/Perl/Critic
19         - lib/Pod
20         - t
21         - tools
22     file:
23         - lib/IO/CaptureOutput.pm
24         - lib/SmartLink.pm
25     package:
26         - DB
27         - Parrot::Test::DB
28         - Parrot::Distribution
29         - Parrot::Docs::HTMLPage
30         - Parrot::OpTrans::CGP
31         - Parrot::OpTrans::CSwitch
32         - Parrot::OpTrans::Compiled
33         - Parrot::OpsFile
34 resources:
35     homepage:   'http://parrotcode.org/'
36     license:    'http://opensource.org/licenses/artistic-license-2.0.php'
37     bugtracker: 'https://rt.perl.org/rt3/'
38 generated_by: Humans