The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# This file provides instructions for packaging.

@prefix : <http://purl.org/NET/cpan-uri/terms#> .

<http://purl.org/NET/cpan-uri/dist/RDF-RDB2RDF/project>
	:perl_version_from _:main ;
	:version_from _:main ;
	:readme_from _:main ;
	:test_requires
		"DBD::SQLite" ,
		"Test::More 0.61" ;
	:requires 
		"Data::UUID" ,
		"DBI" ,
		"JSON 2.00" ,
		"MIME::Base64" ,
		"namespace::clean 0.19" ,
		"RDF::Trine 0.135" ,
		"URI::Escape" .

_:main <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName> "lib/RDF/RDB2RDF.pm" .