The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
@prefix :        <http://usefulinc.com/ns/doap#> .
@prefix dcs:     <http://ontologi.es/doap-changeset#> .
@prefix dc:      <http://purl.org/dc/terms/> .
@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
@prefix my:      <http://purl.org/NET/cpan-uri/dist/Icon-FamFamFam-Silk/> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix toby:    <http://tobyinkster.co.uk/#> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .

my:project :release my:v_0-001-001-003 .
my:v_0-001-001-003
	a               :Version ;
	dc:issued       "2010-05-10"^^xsd:date ;
	:revision       "0.001.001.003"^^xsd:string ;
	:file-release   <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Icon-FamFamFam-Silk-0.001.001.003.tar.gz> ;
	rdfs:comment    "Original version"@en .

my:project :release my:v_0-002001003 .
my:v_0-002001003
	a               :Version ;
	dc:issued       "2011-10-11"^^xsd:date ;
	:revision       "0.002001003"^^xsd:string ;
	:file-release   <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Icon-FamFamFam-Silk-0.002001003.tar.gz> ;
	dcs:changeset [
		dcs:versus my:v_0-001-001-003 ;
		dcs:item   [ rdfs:label "Keep icons in __DATA__ and don't load them until we need one. This should allow the library to load faster." ] ;
		dcs:item   [ rdfs:label "Switch to slightly more sensible version numbering scheme." ; a dcs:Packaging ] ;
		dcs:item   [ rdfs:label "additional_info method." ; a dcs:Addition ] ;
		dcs:item   [ rdfs:label "Module::Package::RDF" ; a dcs:Packaging ]
		] .