[libmodule-install-doapchangesets-perl] 06/47: Push 0.01 out.
Jonas Smedegaard
js at alioth.debian.org
Fri Aug 9 14:08:35 UTC 2013
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libmodule-install-doapchangesets-perl.
commit 7c23f415013f31517ee7a01c95b692e7c083dc47
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date: Wed Jan 20 12:38:57 2010 +0000
Push 0.01 out.
--HG--
branch : Module-Install-DOAPChangeSets
extra : convert_revision : svn%3A3fe8e991-6959-4966-b76d-b07eca2b6e37/Module-Install-DOAPChangeSets%40141
---
Changes | 6 ++++++
Changes.ttl | 16 ++++++++++++++--
Changes.xml | 18 ++++++++++++++++++
META.yml | 2 +-
Module-Install-DOAPChangeSets-0.01.tar.gz | Bin 0 -> 32015 bytes
lib/Module/Install/Admin/DOAPChangeSets.pm | 2 +-
lib/Module/Install/DOAPChangeSets.pm | 2 +-
lib/Module/Install/DOAPChangeSets/Format.pod | 6 +++++-
lib/RDF/DOAP/ChangeSets.pm | 18 ++++++++----------
9 files changed, 54 insertions(+), 16 deletions(-)
diff --git a/Changes b/Changes
index 07ca285..550953d 100644
--- a/Changes
+++ b/Changes
@@ -10,6 +10,12 @@ Home page: <http://search.cpan.org/dist/Module-Install-DOAPChangeSets/>
Bug tracker: <http://rt.cpan.org/Dist/Display.html?Queue=Module-Install-DOAPChangeSets>
Maintainer: Toby Inkster <mailto:tobyink at cpan.org>
+0.01 [2010-01-18]
+ - Documentation improvements.
+
+0.00_04 [2010-01-13] # Omega 4
+ - Split out RDF::DOAP::ChangeSets as a separate Perl module.
+
0.00_03 [2010-01-11] # Omega 3
- (Addition) Support Aaron Cope's changefile vocab as a legacy input
format.
diff --git a/Changes.ttl b/Changes.ttl
index 0aa7a23..89957ed 100644
--- a/Changes.ttl
+++ b/Changes.ttl
@@ -73,6 +73,18 @@ my:v_0_00_04
[ rdfs:label "Split out RDF::DOAP::ChangeSets as a separate Perl module."@en ]
] .
+my:v_0_01
+
+ a :Version ;
+ dc:issued "2010-01-18"^^xsd:date ;
+ :revision "0.01"^^xsd:string ;
+ :file-release <http://backpan.perl.org/authors/id/T/TO/TOBYINK/Module-Install-DOAPChangeSets-0.01.tar.gz> ;
+ rdfs:comment "First vaguely stable release."@en ;
+ dcs:changeset [
+ dcs:versus my:v_0_00_04 ;
+ dcs:item
+ [ rdfs:label "Documentation improvements."@en ]
+ ] .
#############################################################
@@ -92,8 +104,8 @@ my:project
:tester toby:i ;
:created "2010-01-08"^^xsd:date ;
:license <http://dev.perl.org/licenses/> ;
- :release my:v_0_00_01 , my:v_0_00_02 , my:v_0_00_03 ,
- my:v_0_00_04 .
+ :release my:v_0_00_01 , my:v_0_00_02 , my:v_0_00_03 , my:v_0_00_04 ,
+ my:v_0_01 .
#############################################################
diff --git a/Changes.xml b/Changes.xml
index 6ccf328..aefdef4 100644
--- a/Changes.xml
+++ b/Changes.xml
@@ -83,6 +83,22 @@
<rdfs:comment xml:lang="en">Developer preview.</rdfs:comment>
<rdfs:label>Omega 4</rdfs:label>
</Version>
+ <Version rdf:about="http://search.cpan.org/dist/Module-Install-DOAPChangeSets/#v_0_01">
+ <dcs:changeset>
+ <rdf:Description>
+ <dcs:item>
+ <rdf:Description>
+ <rdfs:label xml:lang="en">Documentation improvements.</rdfs:label>
+ </rdf:Description>
+ </dcs:item>
+ <dcs:versus rdf:resource="http://search.cpan.org/dist/Module-Install-DOAPChangeSets/#v_0_00_04"/>
+ </rdf:Description>
+ </dcs:changeset>
+ <dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2010-01-18</dc:issued>
+ <file-release rdf:resource="http://backpan.perl.org/authors/id/T/TO/TOBYINK/Module-Install-DOAPChangeSets-0.01.tar.gz"/>
+ <revision rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0.01</revision>
+ <rdfs:comment xml:lang="en">First vaguely stable release.</rdfs:comment>
+ </Version>
<Project rdf:about="http://search.cpan.org/dist/Module-Install-DOAPChangeSets/#project">
<bug-database rdf:resource="http://rt.cpan.org/Dist/Display.html?Queue=Module-Install-DOAPChangeSets"/>
<created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2010-01-08</created>
@@ -97,6 +113,8 @@
<release rdf:resource="http://search.cpan.org/dist/Module-Install-DOAPChangeSets/#v_0_00_01"/>
<release rdf:resource="http://search.cpan.org/dist/Module-Install-DOAPChangeSets/#v_0_00_02"/>
<release rdf:resource="http://search.cpan.org/dist/Module-Install-DOAPChangeSets/#v_0_00_03"/>
+ <release rdf:resource="http://search.cpan.org/dist/Module-Install-DOAPChangeSets/#v_0_00_04"/>
+ <release rdf:resource="http://search.cpan.org/dist/Module-Install-DOAPChangeSets/#v_0_01"/>
<repository>
<SVNRepository>
<browse rdf:resource="http://goddamn.co.uk/viewvc/perlmods/Module-Install-DOAPChangeSets/"/>
diff --git a/META.yml b/META.yml
index 2ff15df..b4fec08 100644
--- a/META.yml
+++ b/META.yml
@@ -31,4 +31,4 @@ resources:
homepage: http://search.cpan.org/dist/Module-Install-DOAPChangeSets/
license: http://dev.perl.org/licenses/
repository: http://goddamn.co.uk/viewvc/perlmods/Module-Install-DOAPChangeSets/
-version: 0.00_04
+version: 0.01
diff --git a/Module-Install-DOAPChangeSets-0.01.tar.gz b/Module-Install-DOAPChangeSets-0.01.tar.gz
new file mode 100644
index 0000000..838ac06
Binary files /dev/null and b/Module-Install-DOAPChangeSets-0.01.tar.gz differ
diff --git a/lib/Module/Install/Admin/DOAPChangeSets.pm b/lib/Module/Install/Admin/DOAPChangeSets.pm
index 2e43791..1c7e435 100644
--- a/lib/Module/Install/Admin/DOAPChangeSets.pm
+++ b/lib/Module/Install/Admin/DOAPChangeSets.pm
@@ -8,7 +8,7 @@ use Module::Install::Base;
use vars qw{$VERSION @ISA};
BEGIN {
- $VERSION = '0.00_04';
+ $VERSION = '0.01';
@ISA = qw{Module::Install::Base};
}
diff --git a/lib/Module/Install/DOAPChangeSets.pm b/lib/Module/Install/DOAPChangeSets.pm
index b61c6ac..0fc12e4 100644
--- a/lib/Module/Install/DOAPChangeSets.pm
+++ b/lib/Module/Install/DOAPChangeSets.pm
@@ -6,7 +6,7 @@ use Module::Install::Base ();
use vars qw{$VERSION @ISA};
BEGIN {
- $VERSION = '0.00_04';
+ $VERSION = '0.01';
@ISA = 'Module::Install::Base';
}
diff --git a/lib/Module/Install/DOAPChangeSets/Format.pod b/lib/Module/Install/DOAPChangeSets/Format.pod
index 7ccb10f..dde3c69 100644
--- a/lib/Module/Install/DOAPChangeSets/Format.pod
+++ b/lib/Module/Install/DOAPChangeSets/Format.pod
@@ -1,3 +1,7 @@
+=head1 NAME
+
+Module::Install::DOAPChangeSets::Format - vocabulary guide
+
=head1 DOAP CHANGESETS FORMAT
DOAP Changesets are written in RDF - normally serialised as Turtle, though
@@ -91,7 +95,7 @@ A CPAN e-mail address is also a good idea.
foaf:mbox <mailto:joebloggs at cpan.example.org> ;
foaf:page <http://search.cpan.example.org/~joebloggs/> .
-=head1 Legacy Support
+=head2 Legacy Support
The module has legacy support for Aaron Cope's "changefile" vocab, but this is not
thoroughly tested. Changelogs written in this vocab tend to use DOAP incorrectly,
diff --git a/lib/RDF/DOAP/ChangeSets.pm b/lib/RDF/DOAP/ChangeSets.pm
index 3298d4d..0fa88cb 100644
--- a/lib/RDF/DOAP/ChangeSets.pm
+++ b/lib/RDF/DOAP/ChangeSets.pm
@@ -2,11 +2,11 @@
=head1 NAME
-RDF::DOAP::ChangesSets - Create pretty ChangeLogs from RDF
+RDF::DOAP::ChangeSets - Create pretty ChangeLogs from RDF
=head1 SYNOPSIS
- use RDF::DOAP::ChangesSets;
+ use RDF::DOAP::ChangeSets;
use URI::file;
my $file = 'path/to/changelog.rdf';
@@ -29,15 +29,13 @@ use Text::Wrap;
=head1 VERSION
-0.00_04
-
-Note: this is a developer preview release!
+0.01
=cut
use vars qw{$VERSION};
BEGIN {
- $VERSION = '0.00_04';
+ $VERSION = '0.01';
}
=head1 DESCRIPTION
@@ -108,15 +106,15 @@ sub new
if (lc $type eq 'auto')
{
my $r = RDF::Query->new(
- "ASK WHERE { ?version <http://ontologi.es/doap-changeset#changeset> ?set .}")
+ "ASK WHERE { ?a <http://usefulinc.com/ns/doap#Version> ?b .}")
->execute($model);
if ($r->get_boolean)
{
- $type = 'current';
+ $type = 'legacy';
}
else
{
- $type = 'legacy';
+ $type = 'current';
}
}
@@ -444,7 +442,7 @@ sub _project_data__legacy
sub _release_data
{
my $self = shift;
-
+
if ($self->is_legacy)
{
return $self->_release_data__legacy(@_);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-install-doapchangesets-perl.git
More information about the Pkg-perl-cvs-commits
mailing list