[libmodule-install-rdf-perl] 02/34: My packaging stuff
Jonas Smedegaard
js at alioth.debian.org
Fri Aug 9 14:36:16 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-rdf-perl.
commit 97debcd98c9c78287602adde6418c6db40fc9b24
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date: Fri Oct 7 00:14:17 2011 +0000
My packaging stuff
--HG--
branch : Module-Install-RDF
extra : convert_revision : svn%3A3fe8e991-6959-4966-b76d-b07eca2b6e37/Module-Install-RDF%40956
---
Makefile.PL | 2 +-
Module-Install-RDF-0.002.tar.gz | Bin 0 -> 44880 bytes
lib/Module/Install/Admin/RDF.pm | 2 +-
lib/Module/Install/RDF.pm | 2 +-
meta/changes.ttl | 11 ++++++++++-
5 files changed, 13 insertions(+), 4 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-RDF-0.002.tar.gz b/Module-Install-RDF-0.002.tar.gz
new file mode 100644
index 0000000..14fd3b0
Binary files /dev/null and b/Module-Install-RDF-0.002.tar.gz differ
diff --git a/lib/Module/Install/Admin/RDF.pm b/lib/Module/Install/Admin/RDF.pm
index c3666e0..7fd2876 100644
--- a/lib/Module/Install/Admin/RDF.pm
+++ b/lib/Module/Install/Admin/RDF.pm
@@ -8,7 +8,7 @@ use RDF::Trine qw[];
use Scalar::Util qw[];
use URI::file qw[];
-our $VERSION = '0.001';
+our $VERSION = '0.002';
my $Model = {};
diff --git a/lib/Module/Install/RDF.pm b/lib/Module/Install/RDF.pm
index 0bd61c6..996665c 100644
--- a/lib/Module/Install/RDF.pm
+++ b/lib/Module/Install/RDF.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 rdf_metadata
diff --git a/meta/changes.ttl b/meta/changes.ttl
index b7ef23b..91f7164 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-RDF-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-RDF-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 ]
+ ] .
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-install-rdf-perl.git
More information about the Pkg-perl-cvs-commits
mailing list