The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# -*-n3-*-

@prefix dc:      <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix doap:    <http://usefulinc.com/ns/doap#> .
@prefix asc:     <http://aaronland.info/ns/changefile/> .
                                     
<>
        dc:identifier           "$Id: Changes,v 1.5 2005/12/11 19:25:30 asc Exp $" ;
        dc:description          "Changes for Net::Delicious::Export.pm" ;
        dcterms:references      <http://aaronland.info/perl/net/delicious/export/> .

<http://aaronland.info/perl/net/delicious/Net-Delicious-Export-1.2.tar.gz>
        dcterms:isVersionOf <http://aaronland.info/perl/net/delicious/export/> ;
        dcterms:replaces    <http://aaronland.info/perl/net/delicious/Net-Delicious-Export-1.1.tar.gz>

        doap:Version    [
                        doap:revision     "1.2" ;
                        doap:created      "2005-12-11" ;
                        ];
        asc:changes     [
                        asc:bugfix        "Fixed a bug where first two tags were being concatenated." ;
                        asc:bugfix        "Fixed a bug where tags with non-ascii characters were being excluded from sort by list." ;
                        asc:addition     "Added MANIFEST.SKIP." ;
                        asc:update       "Update to use Module::Build" ;
                        asc:update       "Updated 'Changes' file to use N3 formatting." ;
                        ] .

<http://aaronland.info/perl/net/delicious/Net-Delicious-Export-1.1.tar.gz>
        dcterms:isVersionOf <http://aaronland.info/perl/net/delicious/export/> ;
        dcterms:replaces    <http://aaronland.info/perl/net/delicious/Net-Delicious-Export-1.0.tar.gz>

        doap:Version    [
                        doap:revision     "1.1" ;
                        doap:created      "2004-02-11" ;
                        ];
        asc:changes     [
                        asc:addition      "Added Net::Delicious::Export::Post." ;
                        ] .

<http://aaronland.info/perl/net/delicious/Net-Delicious-Export-1.0.tar.gz>
        dcterms:isVersionOf <http://aaronland.info/perl/net/delicious/export/> ;

        doap:Version    [
                        doap:revision     "1.0" ;
                        doap:created      "2004-02-09" ;
                        ];
        asc:changes     [
                        asc:comment       "Initial release." ;
                        ] .

<http://aaronland.info/perl/net/delicious/export/>
        a doap:Project ;
        doap:download-page      "http://search.cpan.org/dist/Net-Delicious-Export/" ;
        doap:download-mirror    "http://aaronland.info/perl/net/delicious/export/" .