P5U

 view release on metacpan or  search on metacpan

META.ttl  view on Meta::CPAN

@prefix cpan: <http://purl.org/NET/cpan-uri/person/> .
@prefix cpant: <http://purl.org/NET/cpan-uri/terms#> .
@prefix dbug: <http://ontologi.es/doap-bugs#> .
@prefix dcs: <http://ontologi.es/doap-changeset#> .
@prefix dist: <http://purl.org/NET/cpan-uri/dist/P5U/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

_:main <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName> "lib/P5U.pm" .
_:mst foaf:nick "MSTROUT" .
_:mxh a foaf:Person ;
	foaf:mbox <mailto:hunter@missoula.org> ;
	foaf:name "Mateu X Hunter" .
_:r1369402464r0 dcs:item [
		a dcs:Documentation ;
		rdfs:label "Lots and lots of documentation."@en
	], [
		a dcs:Addition ;
		rdfs:label "'whois' command."@en

META.ttl  view on Meta::CPAN

		a dcs:Bugfix ;
		rdfs:label "Debian package list regexp bugfix."@en
	] ;
	dcs:versus dist:v_0-003 .
_:r1369402464r8 dcs:item [
		dcs:thanks _:mst ;
		a dcs:Update ;
		rdfs:label "Switch from Any::Moose to Moo."@en
	] ;
	dcs:versus dist:v_0-004 .
_:script <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName> "bin/p5u" .
<http://dev.perl.org/licenses/> <http://purl.org/dc/terms/title> "the same terms as the perl 5 programming language system itself" .
dist:project cpant:install_script _:script ;
	cpant:perl_version_from _:main ;
	cpant:readme_from _:main ;
	cpant:requires "App::Cmd", "Class::Load", "File::HomeDir", "File::pushd", "JSON 2.00", "LWP::Simple", "Module::Info", "Module::Manifest", "Moo 1.002000", "Object::AUTHORITY", "Path::Iterator::Rule", "Path::Tiny", "PerlX::Maybe", "Test::Pod", "Type::...
	cpant:test_requires "Test::More 0.61" ;
	cpant:version_from _:main ;
	doap:bug-database <http://rt.cpan.org/Dist/Display.html?Queue=P5U> ;
	doap:created "2012-06-28"^^<http://www.w3.org/2001/XMLSchema#date> ;
	doap:developer _:r1369402464r20 ;

meta/makefile.ttl  view on Meta::CPAN

# This file provides instructions for packaging.

@prefix : <http://purl.org/NET/cpan-uri/terms#>.
@prefix nfo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#>.

<http://purl.org/NET/cpan-uri/dist/P5U/project>
	:perl_version_from  _:main;
	:version_from       _:main;
	:readme_from        _:main;
	:install_script     _:script;
	:requires           "App::Cmd";
	:requires           "autodie";
	:requires           "Class::Load";
	:requires           "File::HomeDir";



( run in 0.830 second using v1.01-cache-2.11-cpan-299005ec8e3 )