# -*-n3-*-
@prefix dc: .
@prefix dcterms: .
@prefix doap: .
@prefix asc: .
<>
dc:identifier "$Id: Changes,v 1.3 2007/12/26 18:51:14 asc Exp $" ;
dc:description "Changes for ASCOPE::Email::Graph.pm" ;
dcterms:references .
dcterms:isVersionOf ;
doap:Version [
doap:revision "0.2" ;
doap:created "2004-06-07" ;
];
asc:changes [
asc:bugfix "Actually honour the 'hash' flag passed to the constructor" ;
asc:update "Updated hashing to include FOAF 'mailto:' prefix" ;
asc:update "Added 'layout' argument to the constructor" ;
asc:update "Set 'overlap=scale' argument when calling GraphViz" ;
asc:update "Updated Changes file" ;
asc:update "Update packaging to use Build.PL and started adding tests" ;
asc:addition "Added 'add_equivalencies' method" ;
asc:addition "Added 'add_cluster' method" ;
asc:addition "Added 'obscure' option to the constructor" ;
] .
dcterms:isVersionOf ;
doap:Version [
doap:revision "0.1" ;
doap:created "2004-06-07" ;
];
asc:changes [
asc:comment "Initial release." ;
] .
a doap:Project ;
doap:download-page "http://aaronland.info/perl/ascope/email/graph/" .
Revision history for Perl extension ASCOPE::Email::Graph
0.1 Mon Jun 07, 2004
- Initial public release