summaryrefslogtreecommitdiff
path: root/doap.ttl
blob: 29c03f03fbb1af038506c6339cb44e0588078816 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
@prefix cpan-uri: <http://purl.org/NET/cpan-uri/terms#> .
@prefix dc:    <http://purl.org/dc/terms/> .
@prefix doap:  <http://usefulinc.com/ns/doap#> .
@prefix doap-changeset: <http://ontologi.es/doap-changeset#> .
@prefix doap-deps: <http://ontologi.es/doap-deps#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .

<http://dev.perl.org/licenses/>
	dc:title             "the same terms as the perl 5 programming language system itself".

<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/project>
	a                    doap:Project;
	cpan-uri:x_IRC       <irc://irc.perl.org/#moops>;
	dc:contributor       <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap-deps:runtime-requirement [ doap-deps:on "perl 5.006001"^^doap-deps:CpanId ];
	doap-deps:test-recommendation [ doap-deps:on "Test::Fatal"^^doap-deps:CpanId ], [ doap-deps:on "Test::Warnings"^^doap-deps:CpanId ];
	doap-deps:test-requirement [ doap-deps:on "Test::More 0.47"^^doap-deps:CpanId ];
	doap:bug-database    <http://rt.cpan.org/Dist/Display.html?Queue=Exporter-Tiny>;
	doap:created         "2013-09-05"^^xsd:date;
	doap:developer       <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:download-page   <https://metacpan.org/release/Exporter-Tiny>;
	doap:homepage        <https://metacpan.org/release/Exporter-Tiny>;
	doap:license         <http://dev.perl.org/licenses/>;
	doap:maintainer      <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:name            "Exporter-Tiny";
	doap:programming-language "Perl";
	doap:release         <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-026>, <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-029_01>, <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-030>, <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-031_01>, <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-032>, <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-033_01>, <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-034>, <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-035_01>, <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-035_02>, <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-036>, <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-037_01>, <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-037_02>, <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-037_03>, <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-038>, <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-039_01>, <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-040>, <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-041_01>, <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-041_02>, <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-042>;
	doap:repository      [
		a doap:GitRepository;
		doap:browse <https://github.com/tobyink/p5-exporter-tiny>;
	];
	doap:shortdesc       "an exporter with the features of Sub::Exporter but only core dependencies";
	rdfs:seeAlso         <http://purl.org/NET/cpan-uri/dist/Type-Tiny/project>.

<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-026>
	a                    doap:Version;
	rdfs:label           "Initial release";
	dc:identifier        "Exporter-Tiny-0.026"^^xsd:string;
	dc:issued            "2013-09-05"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Packaging;
			rdfs:label "Split Exporter::Tiny out from Exporter::TypeTiny.";
			doap-changeset:thanks <http://purl.org/NET/cpan-uri/person/chocolateboy>;
		];
		doap-changeset:versus <http://purl.org/NET/cpan-uri/dist/Type-Tiny/v_0-026>;
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-0.026.tar.gz>;
	doap:revision        "0.026"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-029_01>
	a                    cpan-uri:DeveloperRelease, doap:Version;
	dc:identifier        "Exporter-Tiny-0.029_01"^^xsd:string;
	dc:issued            "2013-09-26"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Documentation, doap-changeset:Packaging;
			rdfs:label "Exporter::TypeTiny is being retired, so modify documentation and distribution metadata for Exporter::Tiny to no longer point there.";
		];
		doap-changeset:versus <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-026>;
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-0.029_01.tar.gz>;
	doap:revision        "0.029_01"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-030>
	a                    doap:Version;
	dc:identifier        "Exporter-Tiny-0.030"^^xsd:string;
	dc:issued            "2013-09-26"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Tests;
			rdfs:label "Test for the 'into' option.";
		];
		doap-changeset:versus <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-029_01>;
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-0.030.tar.gz>;
	doap:revision        "0.030"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-031_01>
	a                    cpan-uri:DeveloperRelease, doap:Version;
	dc:identifier        "Exporter-Tiny-0.031_01"^^xsd:string;
	dc:issued            "2013-12-30"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Packaging, doap-changeset:Tests;
			rdfs:label "No longer require a recent version of Test::More; the Test::More bundled with Perl 5.6.2 should suffice.";
		];
		doap-changeset:versus <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-030>;
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-0.031_01.tar.gz>;
	doap:revision        "0.031_01"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-032>
	a                    doap:Version;
	dc:identifier        "Exporter-Tiny-0.032"^^xsd:string;
	dc:issued            "2013-12-30"^^xsd:date;
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-0.032.tar.gz>;
	doap:revision        "0.032"^^xsd:string;
	rdfs:comment         "No functional changes since 0.031_01.".

<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-033_01>
	a                    cpan-uri:DeveloperRelease, doap:Version;
	dc:identifier        "Exporter-Tiny-0.033_01"^^xsd:string;
	dc:issued            "2014-01-19"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Addition;
			rdfs:label "Add a new wrapper module called Exporter::Shiny.";
		];
		doap-changeset:versus <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-032>;
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-0.033_01.tar.gz>;
	doap:revision        "0.033_01"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-034>
	a                    doap:Version;
	dc:identifier        "Exporter-Tiny-0.034"^^xsd:string;
	dc:issued            "2014-01-19"^^xsd:date;
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-0.034.tar.gz>;
	doap:revision        "0.034"^^xsd:string;
	rdfs:comment         "No functional changes since 0.033_01.".

<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-035_01>
	a                    cpan-uri:DeveloperRelease, doap:Version;
	dc:identifier        "Exporter-Tiny-0.035_01"^^xsd:string;
	dc:issued            "2014-03-01"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Packaging;
			rdfs:label "Explicitly list minimum Perl version: 5.6.1.";
		];
		doap-changeset:versus <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-034>;
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-0.035_01.tar.gz>;
	doap:revision        "0.035_01"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-035_02>
	a                    cpan-uri:DeveloperRelease, doap:Version;
	dc:identifier        "Exporter-Tiny-0.035_02"^^xsd:string;
	dc:issued            "2014-03-01"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Documentation;
			rdfs:label "Document exactly what Exporter::Shiny is supposed to do.";
		], [
			a doap-changeset:Tests;
			rdfs:label "Make t/02renaming.t less noisy.";
		];
		doap-changeset:versus <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-035_01>;
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-0.035_02.tar.gz>;
	doap:revision        "0.035_02"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-036>
	a                    doap:Version;
	dc:identifier        "Exporter-Tiny-0.036"^^xsd:string;
	dc:issued            "2014-03-11"^^xsd:date;
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-0.036.tar.gz>;
	doap:revision        "0.036"^^xsd:string;
	rdfs:comment         "No functional changes since 0.035_02.".

<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-037_01>
	a                    cpan-uri:DeveloperRelease, doap:Version;
	dc:identifier        "Exporter-Tiny-0.037_01"^^xsd:string;
	dc:issued            "2014-03-26"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Documentation;
			rdfs:label "Fix minor error in documentation of generators.";
		], [
			a doap-changeset:Addition;
			rdfs:label "Support Exporter.pm's import negation syntax qw( !foo ).";
		], [
			a doap-changeset:Addition;
			rdfs:label "Support Exporter.pm's regexp import syntax qw( /foo/ ).";
		];
		doap-changeset:versus <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-036>;
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-0.037_01.tar.gz>;
	doap:revision        "0.037_01"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-037_02>
	a                    cpan-uri:DeveloperRelease, doap:Version;
	dc:identifier        "Exporter-Tiny-0.037_02"^^xsd:string;
	dc:issued            "2014-04-02"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Change;
			rdfs:label "Improved handling of hashrefs of options passed to tags, and hashrefs of options found within %EXPORT_TAGS arrayrefs.";
		];
		doap-changeset:versus <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-037_01>;
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-0.037_02.tar.gz>;
	doap:revision        "0.037_02"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-037_03>
	a                    cpan-uri:DeveloperRelease, doap:Version;
	dc:identifier        "Exporter-Tiny-0.037_03"^^xsd:string;
	dc:issued            "2014-04-02"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Bugfix;
			rdfs:label "Only attempt to merge hashes if we're sure they're both really hashes!";
		];
		doap-changeset:versus <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-037_02>;
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-0.037_03.tar.gz>;
	doap:revision        "0.037_03"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-038>
	a                    doap:Version;
	dc:identifier        "Exporter-Tiny-0.038"^^xsd:string;
	dc:issued            "2014-04-04"^^xsd:date;
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-0.038.tar.gz>;
	doap:revision        "0.038"^^xsd:string;
	rdfs:comment         "No functional changes since 0.037_03.".

<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-039_01>
	a                    cpan-uri:DeveloperRelease, doap:Version;
	dc:identifier        "Exporter-Tiny-0.039_01"^^xsd:string;
	dc:issued            "2014-07-20"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Documentation;
			rdfs:label "Document warning and error messages produced by Exporter::Tiny.";
		], [
			a doap-changeset:Change;
			rdfs:label "No longer die when redefining locally defined subs.";
		], [
			a doap-changeset:Change;
			rdfs:label "Warn when redefining any subs.";
		], [
			a doap-changeset:Change;
			rdfs:label "Exporter::Tiny would previously cause B.pm to be loaded into memory any time it exported anything. It no longer does.";
		];
		doap-changeset:versus <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-038>;
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-0.039_01.tar.gz>;
	doap:revision        "0.039_01"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-040>
	a                    doap:Version;
	dc:identifier        "Exporter-Tiny-0.040"^^xsd:string;
	dc:issued            "2014-09-17"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Packaging;
			rdfs:label "Repackage as a stable release.";
		];
		doap-changeset:versus <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-039_01>;
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-0.040.tar.gz>;
	doap:revision        "0.040"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-041_01>
	a                    cpan-uri:DeveloperRelease, doap:Version;
	dc:identifier        "Exporter-Tiny-0.041_01"^^xsd:string;
	dc:issued            "2014-09-18"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Change;
			rdfs:label "Add an `unimport` feature.";
		];
		doap-changeset:versus <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-040>;
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-0.041_01.tar.gz>;
	doap:revision        "0.041_01"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-041_02>
	a                    cpan-uri:DeveloperRelease, doap:Version;
	dc:identifier        "Exporter-Tiny-0.041_02"^^xsd:string;
	dc:issued            "2014-09-19"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Bugfix;
			rdfs:label "Option validation needs to happen after expanding tags.";
		];
		doap-changeset:versus <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-041_01>;
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-0.041_02.tar.gz>;
	doap:revision        "0.041_02"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-042>
	a                    doap:Version;
	dc:identifier        "Exporter-Tiny-0.042"^^xsd:string;
	dc:issued            "2014-10-04"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Documentation;
			rdfs:label "Document the warning emitted when you provide options to a function you are unimporting.";
		], [
			a doap-changeset:Change;
			rdfs:label "Housekeeping on %TRACKED.";
		];
		doap-changeset:versus <http://purl.org/NET/cpan-uri/dist/Exporter-Tiny/v_0-041_02>;
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-0.042.tar.gz>;
	doap:revision        "0.042"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Type-Tiny/project>
	a                    doap:Project;
	dc:contributor       <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:download-page   <https://metacpan.org/release/Type-Tiny>;
	doap:homepage        <https://metacpan.org/release/Type-Tiny>;
	doap:name            "Type-Tiny";
	doap:programming-language "Perl";
	doap:release         <http://purl.org/NET/cpan-uri/dist/Type-Tiny/v_0-026>.

<http://purl.org/NET/cpan-uri/dist/Type-Tiny/v_0-026>
	a                    doap:Version;
	dc:identifier        "Type-Tiny-0.026"^^xsd:string;
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Type-Tiny-0.026.tar.gz>;
	doap:revision        "0.026"^^xsd:string.

<http://purl.org/NET/cpan-uri/person/chocolateboy>
	a                    foaf:Person;
	foaf:nick            "CHOCOLATEBOY";
	foaf:page            <https://metacpan.org/author/CHOCOLATEBOY>.

<http://purl.org/NET/cpan-uri/person/tobyink>
	a                    foaf:Person;
	foaf:mbox            <mailto:tobyink@cpan.org>;
	foaf:name            "Toby Inkster";
	foaf:nick            "TOBYINK";
	foaf:page            <https://metacpan.org/author/TOBYINK>.