Scalar-Does

 view release on metacpan or  search on metacpan

doap.ttl  view on Meta::CPAN

<http://purl.org/NET/cpan-uri/dist/Scalar-Does/v_0-011_01>
	a                    cpan-uri:DeveloperRelease, doap:Version;
	dc:identifier        "Scalar-Does-0.011_01"^^xsd:string;
	dc:issued            "2012-12-15"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Bugfix;
			rdfs:label "Attempt to fix some problems CPAN smoke tests are reporting in 09warnings.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/Scalar-Does-0.011_01.tar.gz>;
	doap:revision        "0.011_01"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Scalar-Does/v_0-012>
	a                    doap:Version;
	dc:identifier        "Scalar-Does-0.012"^^xsd:string;
	dc:issued            "2013-01-11"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Documentation;
			rdfs:label "Copyright 2013.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Scalar-Does-0.012.tar.gz>;
	doap:revision        "0.012"^^xsd:string;
	rdfs:comment         "No functional changes since 0.011_01.".

<http://purl.org/NET/cpan-uri/dist/Scalar-Does/v_0-100>
	a                    doap:Version;
	dc:identifier        "Scalar-Does-0.100"^^xsd:string;
	dc:issued            "2013-03-07"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Packaging;
			rdfs:label "Merge IO-Detect distribution into Scalar-Does.";
		], [
			a doap-changeset:Packaging;
			rdfs:label "The IO-Detect-Changes.txt file lists changes to the IO-Detect distribution prior to merge.";
		];
		doap-changeset:versus <http://purl.org/NET/cpan-uri/dist/Scalar-Does/v_0-012>;
	], [
		doap-changeset:item [
			a doap-changeset:Update;
			rdfs:label "New test case for IO::Detect/Path::Tiny interaction.";
		];
		doap-changeset:versus <http://purl.org/NET/cpan-uri/dist/IO-Detect/v_0-005>;
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Scalar-Does-0.100.tar.gz>;
	doap:revision        "0.100"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Scalar-Does/v_0-101>
	a                    doap:Version;
	dc:identifier        "Scalar-Does-0.101"^^xsd:string;
	dc:issued            "2013-03-08"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Change;
			rdfs:label "use lexical::underscore instead of directly mucking around with PadWalker.";
		], [
			a doap-changeset:Documentation;
			rdfs:label "Show how IO::Detect's constants can be used with Scalar::Does's does() function.";
		], [
			a doap-changeset:Change;
			rdfs:label "IO::Detect now performs the same namespace::clean trickery as Scalar::Does to fake lexical subs.";
		], [
			a doap-changeset:Change;
			rdfs:label "does($class, $overloaded_operation) no longer returns true. does($instance, $overloaded_operation) still works of course!";
		], [
			a doap-changeset:Change;
			rdfs:label "Improve test suite cleanliness; use Test::Requires, etc.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Scalar-Does-0.101.tar.gz>;
	doap:revision        "0.101"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Scalar-Does/v_0-102>
	a                    doap:Version;
	dc:identifier        "Scalar-Does-0.102"^^xsd:string;
	dc:issued            "2013-03-10"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Bugfix;
			rdfs:label "Scalar::Util version in lib/Scalar/Does.pm and meta/makefile.pret should match.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Scalar-Does-0.102.tar.gz>;
	doap:revision        "0.102"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Scalar-Does/v_0-200>
	a                    doap:Version;
	dc:identifier        "Scalar-Does-0.200"^^xsd:string;
	dc:issued            "2013-05-24"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Update;
			rdfs:label "Use Type::Tiny and Types::Standard to perform type checking for built-in Scalar::Does roles, and also Scalar::Does::MooseTypes roles.";
		], [
			a doap-changeset:Update;
			rdfs:label "Deprecate Scalar::Does::MooseTypes.";
		], [
			a doap-changeset:Update;
			rdfs:label "Use Exporter::TypeTiny instead of Sub::Exporter.";
		], [
			a doap-changeset:Documentation;
			rdfs:label "Document relationship with Type::Tiny.";
		], [
			a doap-changeset:Packaging;
			rdfs:label "Skip tests involving given/when, smart match, and lexical $_ in Perl >= 5.17.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Scalar-Does-0.200.tar.gz>;
	doap:revision        "0.200"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Scalar-Does/v_0-201>
	a                    doap:Version;



( run in 2.407 seconds using v1.01-cache-2.11-cpan-0bb4e1dffa6 )