Ask

 view release on metacpan or  search on metacpan

doap.ttl  view on Meta::CPAN

		], [
			a doap-changeset:Bugfix, doap-changeset:Update;
			rdfs:label "Bumped Moo version requirement to 1.000006.";
			doap-changeset:fixes <tdb:2013:https://github.com/tobyink/p5-ask/issues/1>;
			doap-changeset:thanks <http://purl.org/NET/cpan-uri/person/jberger>;
		], [
			a doap-changeset:Change;
			rdfs:label "Add a 'lang' option; use Lingua::Boolean::Tiny to process it.";
			doap-changeset:thanks <http://purl.org/NET/cpan-uri/person/daxim>;
			rdfs:comment "The beginning of the long i18n journey.";
			rdfs:seeAlso <https://rt.cpan.org/Ticket/Display.html?id=82925>;
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Ask-0.007.tar.gz>;
	doap:revision        "0.007"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Ask/v_0-008>
	a                    doap:Version;
	dc:identifier        "Ask-0.008"^^xsd:string;
	dc:issued            "2020-10-23"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Packaging;
			rdfs:label "Switch to Dist::Inkt.";
		], [
			a doap-changeset:Change;
			rdfs:label "Replace Sub::Exporter::Progressive with Exporter::Tiny.";
		], [
			a doap-changeset:Change;
			rdfs:label "Replace namespace::sweep with namespace::autoclean.";
		], [
			a doap-changeset:Bugfix;
			rdfs:label "Ask::Gtk, Ask::Wx, Ask::Tk, and Ask::Zenity now check DISPLAY environment variable to see if they will be usable.";
		], [
			a doap-changeset:Bugfix;
			rdfs:label "Better skipping of backends which cannot be loaded.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Ask-0.008.tar.gz>;
	doap:revision        "0.008"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Ask/v_0-009>
	a                    doap:Version;
	dc:identifier        "Ask-0.009"^^xsd:string;
	dc:issued            "2020-10-23"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Change;
			rdfs:label "Remove Perl-5.10-specific syntax and backport to Perl 5.8.8+.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Ask-0.009.tar.gz>;
	doap:revision        "0.009"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Ask/v_0-010>
	a                    doap:Version;
	dc:identifier        "Ask-0.010"^^xsd:string;
	dc:issued            "2020-10-24"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Bugfix;
			rdfs:label "Fix syntax error in Ask::Wx introduced in version 0.009.";
		], [
			a doap-changeset:Packaging;
			rdfs:label "Add Module::Pluggable to the dependency list.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Ask-0.010.tar.gz>;
	doap:revision        "0.010"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Ask/v_0-011>
	a                    doap:Version;
	dc:identifier        "Ask-0.011"^^xsd:string;
	dc:issued            "2020-10-24"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Addition;
			rdfs:label "Ask::Question.";
		], [
			a doap-changeset:Bugfix;
			rdfs:label "Minor issues with Ask::Functions fixed.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Ask-0.011.tar.gz>;
	doap:revision        "0.011"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Ask/v_0-012>
	a                    doap:Version;
	dc:identifier        "Ask-0.012"^^xsd:string;
	dc:issued            "2020-10-26"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Addition;
			rdfs:label "Ask::Clui.";
		], [
			a doap-changeset:Addition;
			rdfs:label "Ask::Caroline.";
		], [
			a doap-changeset:Addition;
			rdfs:label "Ask::Prima.";
		], [
			a doap-changeset:Addition;
			rdfs:label "Ask->backends method.";
		], [
			a doap-changeset:Change;
			rdfs:label "file_selection now returns Path::Tiny objects instead of strings.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Ask-0.012.tar.gz>;
	doap:revision        "0.012"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Ask/v_0-013>
	a                    doap:Version;
	dc:identifier        "Ask-0.013"^^xsd:string;
	dc:issued            "2020-11-06"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Change;
			rdfs:label "Tidy up code using Perl::Tidy.";
		], [
			a doap-changeset:Documentation;
			rdfs:label "Show functional style in SYNOPSIS.";
		], [
			a doap-changeset:Bugfix;
			rdfs:label "Fix warning when default for Ask::Question is a 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/Ask-0.013.tar.gz>;
	doap:revision        "0.013"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Ask/v_0-014>



( run in 1.176 second using v1.01-cache-2.11-cpan-364913b4093 )