File: deps.ttl

package info (click to toggle)
libmodule-install-doapchangesets-perl 0.206-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 324 kB
  • sloc: perl: 3,431; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 438 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@prefix : <http://purl.org/NET/cpan-uri/terms#> .

<http://purl.org/NET/cpan-uri/dist/Module-Install-DOAPChangeSets/project>
	:recommends
		"Module::Install::RDF 0.006",
		"Module::Install::DOAP",
		"Module::Package::RDF";
	:requires
		"File::Slurp" ,
		"Module::Install 1.00" ,
		"Perl::Version" ,
		"RDF::Trine 0.112" ,
		"RDF::Query 2.906" ,
		"Text::Wrap" ,
		"LWP::Simple" ,
		"URI::file 4.0" ;
	:test_requires
		"Test::More 0.61" .