The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
@prefix cpan:  <http://purl.org/NET/cpan-uri/person/> .
@prefix cpant: <http://purl.org/NET/cpan-uri/terms#> .
@prefix dc:    <http://purl.org/dc/terms/> .
@prefix dcs:   <http://ontologi.es/doap-changeset#> .
@prefix dist:  <http://purl.org/NET/cpan-uri/dist/Data-Dumper-GUI/> .
@prefix doap:  <http://usefulinc.com/ns/doap#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix nfo:   <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .

dist:project
	a                 doap:Project;
	doap:name         "Data-Dumper-GUI";
	cpant:perl_version_from [
		a nfo:FileDataObject;
		a nfo:SourceCode;
		rdfs:label "Data::Dumper::GUI";
		nfo:fileName "lib/Data/Dumper/GUI.pm";
		nfo:programmingLanguage "Perl";
	];
	cpant:readme_from [
		a nfo:FileDataObject;
		a nfo:SourceCode;
		rdfs:label "Data::Dumper::GUI";
		nfo:fileName "lib/Data/Dumper/GUI.pm";
		nfo:programmingLanguage "Perl";
	];
	cpant:requires    "Devel::Size 0.79"^^cpant:dsWithVersion;
	cpant:requires    "Exporter::TypeTiny 0.012"^^cpant:dsWithVersion;
	cpant:requires    "Moo 1.002000"^^cpant:dsWithVersion;
	cpant:requires    "Prima 1.36"^^cpant:dsWithVersion;
	cpant:requires    "Types::Standard 0.012"^^cpant:dsWithVersion;
	cpant:version_from [
		a nfo:FileDataObject;
		a nfo:SourceCode;
		rdfs:label "Data::Dumper::GUI";
		nfo:fileName "lib/Data/Dumper/GUI.pm";
		nfo:programmingLanguage "Perl";
	];
	dc:contributor    cpan:tobyink;
	doap:bug-database <http://rt.cpan.org/Dist/Display.html?Queue=Data-Dumper-GUI>;
	doap:created      "2013-07-09"^^xsd:date;
	doap:developer    cpan:tobyink;
	doap:download-page <https://metacpan.org/release/Data-Dumper-GUI>;
	doap:homepage     <https://metacpan.org/release/Data-Dumper-GUI>;
	doap:license      <http://dev.perl.org/licenses/>;
	doap:maintainer   cpan:tobyink;
	doap:programming-language "Perl";
	doap:release      dist:v_0-001;
	doap:release      dist:v_0-002;
	doap:release      dist:v_0-003;
	doap:release      dist:v_0-004;
	doap:release      dist:v_0-005;
	doap:repository   [
		a doap:GitRepository;
		doap:browse <https://github.com/tobyink/p5-data-dumper-gui>;
	];
	doap:shortdesc    "just what Data::Dumper needed... a GUI".

dist:v_0-001
	a                 doap:Version;
	rdfs:label        "Initial release";
	dc:identifier     "Data-Dumper-GUI-0.001"^^xsd:string;
	dc:issued         "2013-07-09"^^xsd:date;
	dcs:released-by   cpan:tobyink;
	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Data-Dumper-GUI-0.001.tar.gz>;
	doap:revision     "0.001"^^xsd:string.

dist:v_0-002
	a                 doap:Version;
	dc:identifier     "Data-Dumper-GUI-0.002"^^xsd:string;
	dc:issued         "2013-07-09"^^xsd:date;
	dcs:changeset     [
		dcs:item [
			a dcs:Addition;
			rdfs:label "Reply::Plugin::ddGUI";
		];
	];
	dcs:released-by   cpan:tobyink;
	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Data-Dumper-GUI-0.002.tar.gz>;
	doap:revision     "0.002"^^xsd:string.

dist:v_0-003
	a                 doap:Version;
	dc:identifier     "Data-Dumper-GUI-0.003"^^xsd:string;
	dc:issued         "2013-07-10"^^xsd:date;
	dcs:changeset     [
		dcs:item [
			a dcs:Change;
			rdfs:label "Dereference SCALAR refs in outline.";
		];
		dcs:item [
			a dcs:Bugfix;
			rdfs:label "Array indices count from $[, not 1.";
		];
		dcs:item [
			a dcs:Addition;
			rdfs:label "Include size of references using Devel::Size.";
		];
		dcs:item [
			a dcs:Addition;
			rdfs:label "Show length of arrays.";
		];
		dcs:item [
			a dcs:Addition;
			rdfs:label "Show key count for hashes, and bucket count.";
		];
		dcs:item [
			a dcs:Bugfix;
			rdfs:label "Quote hash keys when necessary.";
		];
	];
	dcs:released-by   cpan:tobyink;
	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Data-Dumper-GUI-0.003.tar.gz>;
	doap:revision     "0.003"^^xsd:string.

dist:v_0-004
	a                 doap:Version;
	dc:identifier     "Data-Dumper-GUI-0.004"^^xsd:string;
	dc:issued         "2013-07-11"^^xsd:date;
	dcs:changeset     [
		dcs:item [
			a dcs:Change;
			rdfs:label "Make window resizable, and allow the split between the two panels to be dragged across.";
			dcs:blame cpan:karasik;
			rdfs:seeAlso <https://github.com/tobyink/p5-data-dumper-gui/pull/1>;
		];
		dcs:item [
			a dcs:Change;
			rdfs:label "Remove useless [-] icons from leaf nodes in outline.";
			dcs:blame cpan:karasik;
			rdfs:comment "I dunno; I don't get any icons anyway.";
			rdfs:seeAlso <https://github.com/tobyink/p5-data-dumper-gui/pull/1>;
		];
	];
	dcs:released-by   cpan:tobyink;
	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Data-Dumper-GUI-0.004.tar.gz>;
	doap:revision     "0.004"^^xsd:string.

dist:v_0-005
	a                 doap:Version;
	dc:identifier     "Data-Dumper-GUI-0.005"^^xsd:string;
	dc:issued         "2013-07-12"^^xsd:date;
	dcs:changeset     [
		dcs:item [
			a dcs:Change;
			rdfs:label "Switch off index section in PodView.";
			dcs:blame cpan:karasik;
			rdfs:seeAlso <https://github.com/dk/Prima/commit/ba12aa0ba61d8f8b11f2c0834447cfed52889309>;
		];
	];
	dcs:released-by   cpan:tobyink;
	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Data-Dumper-GUI-0.005.tar.gz>;
	doap:revision     "0.005"^^xsd:string.

cpan:karasik
	a                 foaf:Person;
	foaf:name         "Dmitry Karasik";
	foaf:homepage     <http://www.karasik.eu.org/>;
	foaf:nick         "KARASIK";
	foaf:page         <https://github.com/dk>;
	foaf:page         <https://metacpan.org/author/KARASIK>.

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

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