The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
@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 owl:   <http://www.w3.org/2002/07/owl#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .

<http://purl.org/NET/cpan-uri/dist/DateTimeX-Auto/project>
	a                    doap:Project;
	dc:contributor       <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap-deps:runtime-requirement [ doap-deps:on "Exporter::Shiny"^^doap-deps:CpanId ], [ doap-deps:on "DateTime"^^doap-deps:CpanId ], [
		doap-deps:on "DateTime::Format::Strptime"^^doap-deps:CpanId;
	], [ doap-deps:on "UNIVERSAL::ref"^^doap-deps:CpanId ], [ doap-deps:on "DateTime::Duration"^^doap-deps:CpanId ];
	doap-deps:test-requirement [ doap-deps:on "Test::More 0.61"^^doap-deps:CpanId ];
	doap:bug-database    <http://rt.cpan.org/Dist/Display.html?Queue=DateTimeX-Auto>;
	doap:category        [ rdfs:label "overload" ], [ rdfs:label "constant" ], [ rdfs:label "Perl" ], [ rdfs:label "Date" ], [ rdfs:label "Time" ], [ rdfs:label "DateTime" ], [ rdfs:label "DateTimeX" ];
	doap:created         "2011-07-06"^^xsd:date;
	doap:developer       <http://tobyinkster.co.uk/#i>;
	doap:documenter      <http://tobyinkster.co.uk/#i>;
	doap:download-page   <https://metacpan.org/release/DateTimeX-Auto>;
	doap:homepage        <https://metacpan.org/release/DateTimeX-Auto>;
	doap:license         <http://dev.perl.org/licenses/>;
	doap:maintainer      <http://tobyinkster.co.uk/#i>;
	doap:name            "DateTimeX-Auto";
	doap:programming-language "Perl";
	doap:release         <http://purl.org/NET/cpan-uri/dist/DateTimeX-Auto/v_0-001>, <http://purl.org/NET/cpan-uri/dist/DateTimeX-Auto/v_0-002>, <http://purl.org/NET/cpan-uri/dist/DateTimeX-Auto/v_0-003>, <http://purl.org/NET/cpan-uri/dist/DateTimeX-Auto/v_0-004>, <http://purl.org/NET/cpan-uri/dist/DateTimeX-Auto/v_0-005>, <http://purl.org/NET/cpan-uri/dist/DateTimeX-Auto/v_0-006>, <http://purl.org/NET/cpan-uri/dist/DateTimeX-Auto/v_0-007>, <http://purl.org/NET/cpan-uri/dist/DateTimeX-Auto/v_0-008>;
	doap:repository      [
		a doap:GitRepository;
		doap:browse <https://github.com/tobyink/p5-datetimex-auto>;
	];
	doap:shortdesc       "use DateTime without needing to call constructors"@en;
	doap:tester          <http://tobyinkster.co.uk/#i>.

<http://purl.org/NET/cpan-uri/dist/DateTimeX-Auto/v_0-001>
	a                    doap:Version;
	rdfs:label           "First release"@en;
	dc:issued            "2011-07-16"^^xsd:date;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/DateTimeX-Auto-0.001.tar.gz>;
	doap:revision        "0.001"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/DateTimeX-Auto/v_0-002>
	a                    doap:Version;
	dc:issued            "2011-07-20"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Documentation;
			rdfs:label "Document object-oriented constructor."@en;
		], [
			a doap-changeset:Documentation;
			rdfs:label "Provide more examples."@en;
		], [
			rdfs:label "The overloaded q() function is now less enthusiastic. For example, it won't try to handle parts of qq() interpolated strings."@en;
		];
		doap-changeset:versus <http://purl.org/NET/cpan-uri/dist/DateTimeX-Auto/v_0-001>;
	];
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/DateTimeX-Auto-0.002.tar.gz>;
	doap:revision        "0.002"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/DateTimeX-Auto/v_0-003>
	a                    doap:Version;
	dc:issued            "2011-12-08"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			rdfs:label "Allow constructor to be called with traditional DateTime->new arguments."@en;
		], [ rdfs:label "Support UTC timezone."@en ], [
			a doap-changeset:Packaging;
			rdfs:label "Improved test cases."@en;
		], [
			a doap-changeset:Packaging;
			rdfs:label "Module::Package::RDF"@en;
		], [
			a doap-changeset:Bugfix;
			rdfs:label "Make $dt->from_object work, which is used internally by a lot of DateTime maths."@en;
		];
		doap-changeset:versus <http://purl.org/NET/cpan-uri/dist/DateTimeX-Auto/v_0-002>;
	];
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/DateTimeX-Auto-0.003.tar.gz>;
	doap:revision        "0.003"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/DateTimeX-Auto/v_0-004>
	a                    doap:Version;
	dc:issued            "2012-05-18"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Addition;
			rdfs:label "Support DateTime::Durations."@en;
		];
		doap-changeset:versus <http://purl.org/NET/cpan-uri/dist/DateTimeX-Auto/v_0-003>;
	];
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/DateTimeX-Auto-0.004.tar.gz>;
	doap:revision        "0.004"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/DateTimeX-Auto/v_0-005>
	a                    doap:Version;
	rdfs:label           "The 'Why You No Upgrade?' Release";
	dc:issued            "2012-05-20"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Bugfix;
			rdfs:label "Replace a few uses of the defined-or operator (//) with defined($foo)?$foo:$bar, for back-compat with Perl 5.8."@en;
		];
		doap-changeset:versus <http://purl.org/NET/cpan-uri/dist/DateTimeX-Auto/v_0-004>;
	];
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/DateTimeX-Auto-0.005.tar.gz>;
	doap:revision        "0.005"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/DateTimeX-Auto/v_0-006>
	a                    doap:Version;
	dc:issued            "2013-04-21"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Packaging;
			rdfs:label "Stop bundling old version of Scalar::Util."@en;
		];
		doap-changeset:versus <http://purl.org/NET/cpan-uri/dist/DateTimeX-Auto/v_0-005>;
	];
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/DateTimeX-Auto-0.006.tar.gz>;
	doap:revision        "0.006"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/DateTimeX-Auto/v_0-007>
	a                    doap:Version;
	dc:identifier        "DateTimeX-Auto-0.007"^^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/DateTimeX-Auto-0.007.tar.gz>;
	doap:revision        "0.007"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/DateTimeX-Auto/v_0-008>
	a                    doap:Version;
	dc:identifier        "DateTimeX-Auto-0.008"^^xsd:string;
	dc:issued            "2014-09-12"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Change;
			rdfs:label "Split OO stuff and exporter stuff into different packages.";
		], [
			a doap-changeset:Change;
			rdfs:label "Remove Role::Commons dependency.";
		], [
			a doap-changeset:Change;
			rdfs:label "Use Exporter::Shiny instead of Exporter.pm.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/DateTimeX-Auto-0.008.tar.gz>;
	doap:revision        "0.008"^^xsd:string.

<http://tobyinkster.co.uk/#i>
	a                    foaf:Person;
	foaf:homepage        <http://tobyinkster.co.uk/>;
	foaf:mbox            <mailto:tobyink@cpan.org>;
	foaf:name            "Toby Inkster";
	foaf:page            <https://metacpan.org/author/TOBYINK>;
	owl:sameAs           <http://purl.org/NET/cpan-uri/person/tobyink>.