File: doap.ttl

package info (click to toggle)
libmoox-struct-perl 0.020-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 288 kB
  • sloc: perl: 430; sh: 6; makefile: 2
file content (437 lines) | stat: -rw-r--r-- 19,013 bytes parent folder | download | duplicates (2)
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
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
@prefix dc:    <http://purl.org/dc/terms/> .
@prefix doap:  <http://usefulinc.com/ns/doap#> .
@prefix doap-bugs: <http://ontologi.es/doap-bugs#> .
@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/MooX-Struct/project>
	a                    doap:Project;
	dc:contributor       <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap-bugs:issue      <http://purl.org/NET/cpan-uri/rt/ticket/80043>;
	doap-deps:runtime-requirement [ doap-deps:on "perl 5.008"^^doap-deps:CpanId ], [
		doap-deps:on "B::Hooks::EndOfScope"^^doap-deps:CpanId;
	], [ doap-deps:on "Moo 1.000000"^^doap-deps:CpanId ], [
		doap-deps:on "namespace::autoclean 0.19"^^doap-deps:CpanId;
	], [ doap-deps:on "Object::ID"^^doap-deps:CpanId ], [
		doap-deps:on "Type::Tiny 1.000000"^^doap-deps:CpanId;
	], [
		doap-deps:on "Exporter::Tiny 0.044"^^doap-deps:CpanId;
	];
	doap-deps:test-requirement [ doap-deps:on "Moo 1.006000"^^doap-deps:CpanId ], [ doap-deps:on "Test::More 0.61"^^doap-deps:CpanId ];
	doap:bug-database    <http://rt.cpan.org/Dist/Display.html?Queue=MooX-Struct>;
	doap:created         "2012-10-04"^^xsd:date;
	doap:developer       <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:download-page   <https://metacpan.org/release/MooX-Struct>;
	doap:homepage        <https://metacpan.org/release/MooX-Struct>;
	doap:license         <http://dev.perl.org/licenses/>;
	doap:maintainer      <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:name            "MooX-Struct";
	doap:programming-language "Perl";
	doap:release         <http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-001>, <http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-002>, <http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-003>, <http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-004>, <http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-005>, <http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-006>, <http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-007>, <http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-008>, <http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-009>, <http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-010>, <http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-011>, <http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-012>, <http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-013>, <http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-014>, <http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-015>, <http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-016>, <http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-017>, <http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-018>, <http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-019>, <http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-020>;
	doap:repository      [
		a doap:GitRepository;
		doap:browse <https://github.com/tobyink/p5-moox-struct>;
	];
	doap:shortdesc       "make simple lightweight record-like structures that make sounds like cows".

<http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-001>
	a                    doap:Version;
	rdfs:label           "Initial release";
	dc:identifier        "MooX-Struct-0.001"^^xsd:string;
	dc:issued            "2012-10-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/MooX-Struct-0.001.tar.gz>;
	doap:revision        "0.001"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-002>
	a                    doap:Version;
	dc:identifier        "MooX-Struct-0.002"^^xsd:string;
	dc:issued            "2012-10-05"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Packaging;
			rdfs:label "List dependencies.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/MooX-Struct-0.002.tar.gz>;
	doap:revision        "0.002"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-003>
	a                    doap:Version;
	dc:identifier        "MooX-Struct-0.003"^^xsd:string;
	dc:issued            "2012-10-05"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Change;
			rdfs:label "The '-isa' feature for setting superclasses is now called '-extends'.";
		], [
			a doap-changeset:Bugfix;
			rdfs:label "Broken and undocumented sigils feature is now working, documented and tested.";
		], [
			a doap-changeset:Addition;
			rdfs:label "New bang postfix sigil, indicating a required attribute.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/MooX-Struct-0.003.tar.gz>;
	doap:revision        "0.003"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-004>
	a                    doap:Version;
	dc:identifier        "MooX-Struct-0.004"^^xsd:string;
	dc:issued            "2012-10-07"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Bugfix;
			rdfs:label "Workaround strange closure bug in Perl < 5.14."@en;
			doap-changeset:fixes <http://purl.org/NET/cpan-uri/rt/ticket/80043>;
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/MooX-Struct-0.004.tar.gz>;
	doap:revision        "0.004"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-005>
	a                    doap:Version;
	dc:identifier        "MooX-Struct-0.005"^^xsd:string;
	dc:issued            "2012-10-08"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Addition;
			rdfs:label "Provide Point[$x,$y] style constructor.";
		], [
			a doap-changeset:Addition;
			rdfs:label "Overload a lot of operations on structs.";
		], [
			a doap-changeset:Addition;
			rdfs:label "Special Data::Printer support.";
		], [
			a doap-changeset:Change;
			rdfs:label "The 'object_id' method is now called 'OBJECT_ID'.";
		], [
			a doap-changeset:Addition;
			rdfs:label "New method 'TO_STRING'.";
		], [
			a doap-changeset:Addition;
			rdfs:label "New method 'TO_HASH'.";
		], [
			a doap-changeset:Addition;
			rdfs:label "New method 'FIELDS'.";
		], [
			a doap-changeset:Addition;
			rdfs:label "New method 'TYPE'.";
		], [
			a doap-changeset:Addition;
			rdfs:label "New method 'CLONE'.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/MooX-Struct-0.005.tar.gz>;
	doap:revision        "0.005"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-006>
	a                    doap:Version;
	dc:identifier        "MooX-Struct-0.006"^^xsd:string;
	dc:issued            "2012-10-09"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Bugfix;
			rdfs:label "Fix minor pod syntax error.";
		], [
			a doap-changeset:Addition;
			rdfs:label "Bundle MooX::Struct::Util.";
		], [
			a doap-changeset:Addition;
			rdfs:label "Allow structs to consume roles using '-with' option.";
		], [
			a doap-changeset:Change;
			rdfs:label "Constructor is now strict; it will croak if passed hash keys it doesn't recognise.";
		], [
			a doap-changeset:Addition;
			rdfs:label "New experimental method 'EXTEND'.";
		], [
			a doap-changeset:Removal;
			rdfs:label "Dropped 'object_id' alias for 'OBJECT_ID'.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/MooX-Struct-0.006.tar.gz>;
	doap:revision        "0.006"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-007>
	a                    doap:Version;
	dc:identifier        "MooX-Struct-0.007"^^xsd:string;
	dc:issued            "2012-10-28"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Addition;
			rdfs:label "Allow namespace::clean behaviour to be avoided via a '-retain' flag.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/MooX-Struct-0.007.tar.gz>;
	doap:revision        "0.007"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-008>
	a                    doap:Version;
	dc:identifier        "MooX-Struct-0.008"^^xsd:string;
	dc:issued            "2012-12-17"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Addition;
			rdfs:label "Provide '-class' feature (currently tested for but not documented).";
		], [
			a doap-changeset:Documentation;
			rdfs:label "Add pod to test suite.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/MooX-Struct-0.008.tar.gz>;
	doap:revision        "0.008"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-009>
	a                    doap:Version;
	dc:identifier        "MooX-Struct-0.009"^^xsd:string;
	dc:issued            "2012-12-18"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Bugfix;
			rdfs:label "Fix an internal issue in MooX::Struct::Processor, whereby it would ignore attributes inherited from the default base class when building the FIELDS method.";
		], [
			a doap-changeset:Packaging;
			rdfs:label "Moar test cases.";
		], [
			a doap-changeset:Change;
			rdfs:label "Moo-style constructor is no longer strict. (This may change back!)";
		], [
			a doap-changeset:Change;
			rdfs:label "Attributes inherited from roles are no longer included in FIELDS.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/MooX-Struct-0.009.tar.gz>;
	doap:revision        "0.009"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-010>
	a                    doap:Version;
	rdfs:label           "100% Devel::Cover coverage!";
	dc:identifier        "MooX-Struct-0.010"^^xsd:string;
	dc:issued            "2012-12-21"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Bugfix;
			rdfs:label "Processing flags in EXTEND method could cause infinite loop.";
		], [
			a doap-changeset:Bugfix;
			rdfs:label "Passing objects overloading hash dereference to the constructor was supposed to be supported; now it actually works.";
		], [
			a doap-changeset:Bugfix;
			rdfs:label "Usage with Data::Printer was causing an exception related to prototypes.";
		], [
			a doap-changeset:Addition;
			rdfs:label "Many new test cases.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/MooX-Struct-0.010.tar.gz>;
	doap:revision        "0.010"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-011>
	a                    doap:Version;
	dc:identifier        "MooX-Struct-0.011"^^xsd:string;
	dc:issued            "2013-05-12"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Documentation;
			rdfs:label "Add CAVEATS section to documentation.";
			doap-changeset:thanks <http://purl.org/NET/cpan-uri/person/perigrin>;
			rdfs:seeAlso <https://rt.cpan.org/Ticket/Display.html?id=84278>;
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/MooX-Struct-0.011.tar.gz>;
	doap:revision        "0.011"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-012>
	a                    doap:Version;
	dc:identifier        "MooX-Struct-0.012"^^xsd:string;
	dc:issued            "2013-05-18"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Bugfix;
			rdfs:label "Stop relying on hash order to pass t/14trace.t.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/MooX-Struct-0.012.tar.gz>;
	doap:revision        "0.012"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-013>
	a                    doap:Version;
	dc:identifier        "MooX-Struct-0.013"^^xsd:string;
	dc:issued            "2014-09-10"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Packaging;
			rdfs:label "Switch to Dist::Inkt.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/MooX-Struct-0.013.tar.gz>;
	doap:revision        "0.013"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-014>
	a                    doap:Version;
	dc:identifier        "MooX-Struct-0.014"^^xsd:string;
	dc:issued            "2017-01-31"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Bugfix, doap-changeset:Update;
			rdfs:label "Work with Data::Printer 0.36.";
			doap-changeset:thanks <http://purl.org/NET/cpan-uri/person/haarg>;
			rdfs:seeAlso <https://github.com/tobyink/p5-moox-struct/pull/2>, <https://github.com/tobyink/p5-moox-struct/pull/3>;
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/MooX-Struct-0.014.tar.gz>;
	doap:revision        "0.014"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-015>
	a                    doap:Version;
	dc:identifier        "MooX-Struct-0.015"^^xsd:string;
	dc:issued            "2017-05-11"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Update;
			rdfs:label "Eliminate dependency on Scalar::Does. (Use Type::Tiny instead, which Scalar::Does depended on anyway.)";
		], [
			a doap-changeset:Update;
			rdfs:label "Eliminate dependency on Sub::Install. (Use Exporter::Tiny instead, which Scalar::Does depended on anyway.)";
		], [
			a doap-changeset:Update;
			rdfs:label "Eliminate dependency on Data::OptList.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/MooX-Struct-0.015.tar.gz>;
	doap:revision        "0.015"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-016>
	a                    doap:Version;
	dc:identifier        "MooX-Struct-0.016"^^xsd:string;
	dc:issued            "2017-05-23"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Tests;
			rdfs:label "Remove stray usage of Scalar::Does in test suite.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/MooX-Struct-0.016.tar.gz>;
	doap:revision        "0.016"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-017>
	a                    doap:Version;
	dc:identifier        "MooX-Struct-0.017"^^xsd:string;
	dc:issued            "2018-06-09"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Documentation;
			rdfs:label "Better method documentation.";
		], [
			a doap-changeset:Addition;
			rdfs:label "CLASSNAME method.";
		], [
			a doap-changeset:Addition;
			rdfs:label "TYPE_TINY method.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/MooX-Struct-0.017.tar.gz>;
	doap:revision        "0.017"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-018>
	a                    doap:Version;
	dc:identifier        "MooX-Struct-0.018"^^xsd:string;
	dc:issued            "2020-20-25"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Update;
			rdfs:label "Support for Data::Printer 0.99 trial versions.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/MooX-Struct-0.018.tar.gz>;
	doap:revision        "0.018"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-019>
	a                    doap:Version;
	dc:identifier        "MooX-Struct-0.019"^^xsd:string;
	dc:issued            "2020-20-25"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Change;
			rdfs:label "Tidy up MooX::Struct namespace using namespace::autoclean.";
		], [
			a doap-changeset:Change;
			rdfs:label "The TYPE_TINY method now returns a type constraint with a coercion from ArrayRef|HashRef.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/MooX-Struct-0.019.tar.gz>;
	doap:revision        "0.019"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/MooX-Struct/v_0-020>
	a                    doap:Version;
	dc:identifier        "MooX-Struct-0.020"^^xsd:string;
	dc:issued            "2020-20-26"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Packaging;
			rdfs:label "Require newer namespace::autoclean.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/MooX-Struct-0.020.tar.gz>;
	doap:revision        "0.020"^^xsd:string.

<http://purl.org/NET/cpan-uri/person/haarg>
	a                    foaf:Person;
	foaf:name            "Graham Knop";
	foaf:nick            "HAARG";
	foaf:page            <https://metacpan.org/author/HAARG>.

<http://purl.org/NET/cpan-uri/person/perigrin>
	a                    foaf:Person;
	foaf:name            "Chris Prather";
	foaf:nick            "PERIGRIN";
	foaf:page            <https://metacpan.org/author/PERIGRIN>.

<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>.

<http://purl.org/NET/cpan-uri/rt/ticket/80043>
	a                    doap-bugs:Issue;
	rdfs:label           "Hmmm... not working in Perl < 5.14.";
	dc:created           "2012-10-06T21:54:22"^^xsd:dateTime;
	dc:modified          "2012-10-06T21:54:23"^^xsd:dateTime;
	doap-bugs:assignee   [ a foaf:Agent; foaf:nick "Nobody" ];
	doap-bugs:id         "80043"^^xsd:string;
	doap-bugs:page       <https://rt.cpan.org/Ticket/Display.html?id=80043>;
	doap-bugs:reporter   [
		a foaf:Agent;
		foaf:mbox <mailto:mail@tobyinkster.co.uk>;
	];
	doap-bugs:status     <http://purl.org/NET/cpan-uri/rt/status/new>.