~ubuntu-branches/ubuntu/wily/libxml-bare-perl/wily

« back to all changes in this revision

Viewing changes to META.yml

  • Committer: Package Import Robot
  • Author(s): Nuno Carvalho, gregor herrmann, Salvatore Bonaccorso, Axel Beckert, Nuno Carvalho
  • Date: 2013-09-17 15:54:28 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20130917155428-4d0xb5cissw2323f
Tags: 0.53-1
* Team upload.

[ gregor herrmann ]
* debian/control: update {versioned,alternative} (build) dependencies.

[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs

[ Axel Beckert ]
* debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
  copyright"

[ Nuno Carvalho ]
* New upstream release.
* debian/copyright: update copyright years.
* debian/control: update standards version.
* debian/control: update debhelper required version, in order to pass all
  the hardening flags to EUMM.
* Add lintian override to apparently false-positive warning.
* Add set of patches accepted upstream but still not included in this
  release, visit https://rt.cpan.org/Public/Bug/Display.html?id=88155
  for details.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
---
2
 
abstract: 'Minimal XML parser implemented via a C state engine'
 
2
abstract: 'A minimal XML parser / schema checker / pretty-printer using C internally.'
3
3
author:
4
4
  - 'David Helkowski <cpan@codechild.com>'
5
 
  - 'Nigel Metheringham <nigelm@cpan.org>'
6
5
build_requires:
7
6
  Data::Dumper: 0
8
7
  English: 0
13
12
  Test::More: 0.94
14
13
configure_requires:
15
14
  ExtUtils::MakeMaker: 6.30
16
 
dynamic_config: 0
17
 
generated_by: 'Dist::Zilla version 4.200009, CPAN::Meta::Converter version 2.110440'
18
 
license: gpl
 
15
dynamic_config: 1
 
16
generated_by: 'ExtUtils::MakeMaker version 6.68, CPAN::Meta::Converter version 2.112621'
 
17
license: perl
19
18
meta-spec:
20
19
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
21
20
  version: 1.4
22
21
name: XML-Bare
23
 
provides:
24
 
  XML::Bare:
25
 
    file: lib/XML/Bare.pm
26
 
    version: 0.47
 
22
no_index:
 
23
  directory:
 
24
    - t
 
25
    - inc
27
26
requires:
28
27
  Carp: 0
29
28
  DynaLoader: 0
30
29
  Exporter: 0
31
 
  bytes: 0
32
 
  perl: 5.008
33
 
  utf8: 0
34
 
  vars: 0
35
 
resources:
36
 
  bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=XML-Bare
37
 
  homepage: https://metacpan.org/release/XML-Bare
38
 
  repository: git://github.com/nigelm/xml-bare.git
39
 
version: 0.47
40
 
x_Dist_Zilla:
41
 
  plugins:
42
 
    -
43
 
      class: Dist::Zilla::Plugin::Git::NextVersion
44
 
      name: '@NIGELM/Git::NextVersion'
45
 
      version: 1.111590
46
 
    -
47
 
      class: Dist::Zilla::Plugin::Git::Check
48
 
      name: '@NIGELM/Git::Check'
49
 
      version: 1.111590
50
 
    -
51
 
      class: Dist::Zilla::Plugin::GatherDir
52
 
      name: '@NIGELM/GatherDir'
53
 
      version: 4.200009
54
 
    -
55
 
      class: Dist::Zilla::Plugin::CompileTests
56
 
      name: '@NIGELM/CompileTests'
57
 
      version: 1.110930
58
 
    -
59
 
      class: Dist::Zilla::Plugin::CriticTests
60
 
      name: '@NIGELM/CriticTests'
61
 
      version: 1.111450
62
 
    -
63
 
      class: Dist::Zilla::Plugin::MetaTests
64
 
      name: '@NIGELM/MetaTests'
65
 
      version: 4.200009
66
 
    -
67
 
      class: Dist::Zilla::Plugin::PodCoverageTests
68
 
      name: '@NIGELM/PodCoverageTests'
69
 
      version: 4.200009
70
 
    -
71
 
      class: Dist::Zilla::Plugin::PodSyntaxTests
72
 
      name: '@NIGELM/PodSyntaxTests'
73
 
      version: 4.200009
74
 
    -
75
 
      class: Dist::Zilla::Plugin::PodSpellingTests
76
 
      name: '@NIGELM/PodSpellingTests'
77
 
      version: 1.111520
78
 
    -
79
 
      class: Dist::Zilla::Plugin::KwaliteeTests
80
 
      name: '@NIGELM/KwaliteeTests'
81
 
      version: 1.101420
82
 
    -
83
 
      class: Dist::Zilla::Plugin::PortabilityTests
84
 
      name: '@NIGELM/PortabilityTests'
85
 
      version: 1.111840
86
 
    -
87
 
      class: Dist::Zilla::Plugin::SynopsisTests
88
 
      name: '@NIGELM/SynopsisTests'
89
 
      version: 1.101420
90
 
    -
91
 
      class: Dist::Zilla::Plugin::MinimumVersionTests
92
 
      name: '@NIGELM/MinimumVersionTests'
93
 
      version: 1.101421
94
 
    -
95
 
      class: Dist::Zilla::Plugin::HasVersionTests
96
 
      name: '@NIGELM/HasVersionTests'
97
 
      version: 1.101420
98
 
    -
99
 
      class: Dist::Zilla::Plugin::DistManifestTests
100
 
      name: '@NIGELM/DistManifestTests'
101
 
      version: 1.101420
102
 
    -
103
 
      class: Dist::Zilla::Plugin::UnusedVarsTests
104
 
      name: '@NIGELM/UnusedVarsTests'
105
 
      version: 1.100860
106
 
    -
107
 
      class: Dist::Zilla::Plugin::NoTabsTests
108
 
      name: '@NIGELM/NoTabsTests'
109
 
      version: 0.01
110
 
    -
111
 
      class: Dist::Zilla::Plugin::EOLTests
112
 
      name: '@NIGELM/EOLTests'
113
 
      version: 0.02
114
 
    -
115
 
      class: Dist::Zilla::Plugin::InlineFiles
116
 
      name: '@NIGELM/InlineFiles'
117
 
      version: 4.200009
118
 
    -
119
 
      class: Dist::Zilla::Plugin::ReportVersions
120
 
      name: '@NIGELM/ReportVersions'
121
 
      version: 1.110730
122
 
    -
123
 
      class: Dist::Zilla::Plugin::PruneCruft
124
 
      name: '@NIGELM/PruneCruft'
125
 
      version: 4.200009
126
 
    -
127
 
      class: Dist::Zilla::Plugin::PruneFiles
128
 
      name: '@NIGELM/PruneFiles'
129
 
      version: 4.200009
130
 
    -
131
 
      class: Dist::Zilla::Plugin::ManifestSkip
132
 
      name: '@NIGELM/ManifestSkip'
133
 
      version: 4.200009
134
 
    -
135
 
      class: Dist::Zilla::Plugin::AutoPrereqs
136
 
      name: '@NIGELM/AutoPrereqs'
137
 
      version: 4.200009
138
 
    -
139
 
      class: Dist::Zilla::Plugin::MetaConfig
140
 
      name: '@NIGELM/MetaConfig'
141
 
      version: 4.200009
142
 
    -
143
 
      class: Dist::Zilla::Plugin::MetaProvides::Class
144
 
      name: '@NIGELM/MetaProvides::Class'
145
 
      version: 1.12060501
146
 
    -
147
 
      class: Dist::Zilla::Plugin::MetaProvides::Package
148
 
      name: '@NIGELM/MetaProvides::Package'
149
 
      version: 1.12060501
150
 
    -
151
 
      class: Dist::Zilla::Plugin::MetaResources
152
 
      name: '@NIGELM/MetaResources'
153
 
      version: 4.200009
154
 
    -
155
 
      class: Dist::Zilla::Plugin::Authority
156
 
      name: '@NIGELM/Authority'
157
 
      version: 1.005
158
 
    -
159
 
      class: Dist::Zilla::Plugin::ExtraTests
160
 
      name: '@NIGELM/ExtraTests'
161
 
      version: 4.200009
162
 
    -
163
 
      class: Dist::Zilla::Plugin::NextRelease
164
 
      name: '@NIGELM/NextRelease'
165
 
      version: 4.200009
166
 
    -
167
 
      class: Dist::Zilla::Plugin::OurPkgVersion
168
 
      name: '@NIGELM/OurPkgVersion'
169
 
      version: 0.1.8
170
 
    -
171
 
      class: Dist::Zilla::Plugin::PodWeaver
172
 
      name: '@NIGELM/PodWeaver'
173
 
      version: 3.101641
174
 
    -
175
 
      class: Dist::Zilla::Plugin::License
176
 
      name: '@NIGELM/License'
177
 
      version: 4.200009
178
 
    -
179
 
      class: inc::XMLBareMakeMaker
180
 
      name: '@NIGELM/XMLBareMakeMaker'
181
 
      version: ~
182
 
    -
183
 
      class: Dist::Zilla::Plugin::MetaYAML
184
 
      name: '@NIGELM/MetaYAML'
185
 
      version: 4.200009
186
 
    -
187
 
      class: Dist::Zilla::Plugin::MetaJSON
188
 
      name: '@NIGELM/MetaJSON'
189
 
      version: 4.200009
190
 
    -
191
 
      class: Dist::Zilla::Plugin::ReadmeAnyFromPod
192
 
      name: '@NIGELM/ReadmeAnyFromPod'
193
 
      version: 0.103522
194
 
    -
195
 
      class: Dist::Zilla::Plugin::ReadmeAnyFromPod
196
 
      name: '@NIGELM/ReadmePodInRoot'
197
 
      version: 0.103522
198
 
    -
199
 
      class: Dist::Zilla::Plugin::InstallGuide
200
 
      name: '@NIGELM/InstallGuide'
201
 
      version: 1.101461
202
 
    -
203
 
      class: Dist::Zilla::Plugin::Manifest
204
 
      name: '@NIGELM/Manifest'
205
 
      version: 4.200009
206
 
    -
207
 
      class: Dist::Zilla::Plugin::Git::Commit
208
 
      name: '@NIGELM/Git::Commit'
209
 
      version: 1.111590
210
 
    -
211
 
      class: Dist::Zilla::Plugin::Git::Tag
212
 
      name: '@NIGELM/Git::Tag'
213
 
      version: 1.111590
214
 
    -
215
 
      class: Dist::Zilla::Plugin::Git::CommitBuild
216
 
      name: '@NIGELM/Git::CommitBuild'
217
 
      version: 1.111590
218
 
    -
219
 
      class: Dist::Zilla::Plugin::Git::Push
220
 
      name: '@NIGELM/Git::Push'
221
 
      version: 1.111590
222
 
    -
223
 
      class: Dist::Zilla::Plugin::CheckChangeLog
224
 
      name: '@NIGELM/CheckChangeLog'
225
 
      version: 0.01
226
 
    -
227
 
      class: Dist::Zilla::Plugin::UploadToCPAN
228
 
      name: '@NIGELM/UploadToCPAN'
229
 
      version: 4.200009
230
 
    -
231
 
      class: Dist::Zilla::Plugin::FinderCode
232
 
      name: ':InstallModules'
233
 
      version: 4.200009
234
 
    -
235
 
      class: Dist::Zilla::Plugin::FinderCode
236
 
      name: ':IncModules'
237
 
      version: 4.200009
238
 
    -
239
 
      class: Dist::Zilla::Plugin::FinderCode
240
 
      name: ':TestFiles'
241
 
      version: 4.200009
242
 
    -
243
 
      class: Dist::Zilla::Plugin::FinderCode
244
 
      name: ':ExecFiles'
245
 
      version: 4.200009
246
 
    -
247
 
      class: Dist::Zilla::Plugin::FinderCode
248
 
      name: ':ShareFiles'
249
 
      version: 4.200009
250
 
    -
251
 
      class: Dist::Zilla::Plugin::FinderCode
252
 
      name: ':MainModule'
253
 
      version: 4.200009
254
 
  zilla:
255
 
    class: Dist::Zilla::Dist::Builder
256
 
    config:
257
 
      is_trial: 0
258
 
    version: 4.200009
259
 
x_authority: cpan:NIGELM
 
30
version: 0.53