[libmodule-install-doap-perl] 02/34: My packaging stuff
Jonas Smedegaard
js at alioth.debian.org
Thu Aug 8 16:13:45 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-doap-perl.
commit 87a9f0893241f4be30955d4553e383ad79ee1eca
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date: Fri Oct 7 00:14:17 2011 +0000
My packaging stuff
--HG--
branch : Module-Install-DOAP
extra : convert_revision : svn%3A3fe8e991-6959-4966-b76d-b07eca2b6e37/Module-Install-DOAP%40956
---
Makefile.PL | 2 +-
Module-Install-DOAP-0.002.tar.gz | Bin 0 -> 46658 bytes
lib/Module/Install/Admin/DOAP.pm | 2 +-
lib/Module/Install/DOAP.pm | 2 +-
meta/changes.ttl | 11 ++++++++++-
t/01basic.t | 4 ++--
6 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/Makefile.PL b/Makefile.PL
index 01e5b33..e7f29c8 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1 +1 @@
-use inc::Module::Package 'RDF:standard';
+use inc::Module::Package 'RDF:standard 0.003';
diff --git a/Module-Install-DOAP-0.002.tar.gz b/Module-Install-DOAP-0.002.tar.gz
new file mode 100644
index 0000000..803fd2d
Binary files /dev/null and b/Module-Install-DOAP-0.002.tar.gz differ
diff --git a/lib/Module/Install/Admin/DOAP.pm b/lib/Module/Install/Admin/DOAP.pm
index da1e306..4c09e4e 100644
--- a/lib/Module/Install/Admin/DOAP.pm
+++ b/lib/Module/Install/Admin/DOAP.pm
@@ -9,7 +9,7 @@ use Module::Install::Admin::RDF;
use RDF::Trine;
use URI::file;
-our $VERSION = '0.001';
+our $VERSION = '0.002';
use RDF::Trine::Namespace qw[RDF RDFS OWL XSD];
my $CPAN = RDF::Trine::Namespace->new('http://purl.org/NET/cpan-uri/terms#');
diff --git a/lib/Module/Install/DOAP.pm b/lib/Module/Install/DOAP.pm
index 14b9573..1f97be3 100644
--- a/lib/Module/Install/DOAP.pm
+++ b/lib/Module/Install/DOAP.pm
@@ -4,7 +4,7 @@ use 5.008;
use base qw(Module::Install::Base);
use strict;
-our $VERSION = '0.001';
+our $VERSION = '0.002';
our $AUTHOR_ONLY = 1;
sub doap_metadata
diff --git a/meta/changes.ttl b/meta/changes.ttl
index 77e24ca..31f2f63 100644
--- a/meta/changes.ttl
+++ b/meta/changes.ttl
@@ -9,10 +9,19 @@
my:project :release my:v_0-001 .
my:v_0-001
-
a :Version ;
dc:issued "2011-10-01"^^xsd:date ;
:revision "0.001"^^xsd:string ;
:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Install-DOAP-0.001.tar.gz> ;
rdfs:label "Initial release" .
+my:project :release my:v_0-002 .
+my:v_0-002
+ a :Version ;
+ dc:issued "2011-10-06"^^xsd:date ;
+ :revision "0.002"^^xsd:string ;
+ :file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Install-DOAP-0.002.tar.gz> ;
+ dcs:changeset [
+ dcs:versus my:v_0-001 ;
+ dcs:item [ a dcs:Packaging ; rdfs:label "Upgrade Module::Package::RDF version."@en ]
+ ] .
diff --git a/t/01basic.t b/t/01basic.t
index b83bc91..81f54aa 100644
--- a/t/01basic.t
+++ b/t/01basic.t
@@ -1,3 +1,3 @@
use Test::More tests => 2;
-BEGIN { use_ok('Module::Install::RDF') };
-BEGIN { use_ok('Module::Install::Admin::RDF') };
+BEGIN { use_ok('Module::Install::DOAP') };
+BEGIN { use_ok('Module::Install::Admin::DOAP') };
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-install-doap-perl.git
More information about the Pkg-perl-cvs-commits
mailing list