[librdf-rdfa-generator-perl] 31/64: bump version; changelog

Jonas Smedegaard dr at jones.dk
Sat Dec 23 12:22:53 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.106-1
in repository librdf-rdfa-generator-perl.

commit f32d3c20d5b0ab131e176b1ddfc53a94234593df
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Wed Dec 12 16:16:26 2012 +0000

    bump version; changelog
    
    --HG--
    branch : RDF-RDFa-Generator
---
 lib/RDF/RDFa/Generator.pm                  | 2 +-
 lib/RDF/RDFa/Generator/HTML/Head.pm        | 2 +-
 lib/RDF/RDFa/Generator/HTML/Hidden.pm      | 2 +-
 lib/RDF/RDFa/Generator/HTML/Pretty.pm      | 2 +-
 lib/RDF/RDFa/Generator/HTML/Pretty/Note.pm | 2 +-
 meta/changes.pret                          | 7 +++++++
 6 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/lib/RDF/RDFa/Generator.pm b/lib/RDF/RDFa/Generator.pm
index c447982..54599d4 100644
--- a/lib/RDF/RDFa/Generator.pm
+++ b/lib/RDF/RDFa/Generator.pm
@@ -9,7 +9,7 @@ package RDF::RDFa::Generator;
 use 5.008;
 use common::sense;
 
-our $VERSION = '0.102';
+our $VERSION = '0.103';
 
 use RDF::RDFa::Generator::HTML::Head;
 use RDF::RDFa::Generator::HTML::Hidden;
diff --git a/lib/RDF/RDFa/Generator/HTML/Head.pm b/lib/RDF/RDFa/Generator/HTML/Head.pm
index 56bcc5c..d03e590 100644
--- a/lib/RDF/RDFa/Generator/HTML/Head.pm
+++ b/lib/RDF/RDFa/Generator/HTML/Head.pm
@@ -7,7 +7,7 @@ use Encode qw'encode_utf8';
 use RDF::Prefixes;
 use XML::LibXML qw':all';
 
-our $VERSION = '0.102';
+our $VERSION = '0.103';
 
 sub new
 {
diff --git a/lib/RDF/RDFa/Generator/HTML/Hidden.pm b/lib/RDF/RDFa/Generator/HTML/Hidden.pm
index 7a7253b..a3e9c84 100644
--- a/lib/RDF/RDFa/Generator/HTML/Hidden.pm
+++ b/lib/RDF/RDFa/Generator/HTML/Hidden.pm
@@ -6,7 +6,7 @@ use common::sense;
 use RDF::Prefixes;
 use XML::LibXML qw':all';
 
-our $VERSION = '0.102';
+our $VERSION = '0.103';
 
 sub injection_site
 {
diff --git a/lib/RDF/RDFa/Generator/HTML/Pretty.pm b/lib/RDF/RDFa/Generator/HTML/Pretty.pm
index 9807da3..07cb57c 100644
--- a/lib/RDF/RDFa/Generator/HTML/Pretty.pm
+++ b/lib/RDF/RDFa/Generator/HTML/Pretty.pm
@@ -9,7 +9,7 @@ use Icon::FamFamFam::Silk;
 use RDF::RDFa::Generator::HTML::Pretty::Note;
 use XML::LibXML qw':all';
 
-our $VERSION = '0.102';
+our $VERSION = '0.103';
 
 sub create_document
 {
diff --git a/lib/RDF/RDFa/Generator/HTML/Pretty/Note.pm b/lib/RDF/RDFa/Generator/HTML/Pretty/Note.pm
index d76d1b5..7ee9255 100644
--- a/lib/RDF/RDFa/Generator/HTML/Pretty/Note.pm
+++ b/lib/RDF/RDFa/Generator/HTML/Pretty/Note.pm
@@ -11,7 +11,7 @@ use common::sense;
 use constant XHTML_NS => 'http://www.w3.org/1999/xhtml';
 use XML::LibXML qw':all';
 
-our $VERSION = '0.102';
+our $VERSION = '0.103';
 
 =head1 DESCRIPTION
 
diff --git a/meta/changes.pret b/meta/changes.pret
index edb5ca6..2f8a807 100644
--- a/meta/changes.pret
+++ b/meta/changes.pret
@@ -49,3 +49,10 @@
 		item [ label "<meta> element should name @name, not @nane."@en ; a dcs:Bugfix ; dcs:fixes [dbug:reporter cpan:kjetilk] ] ;
 		item [ label "Namespaces in HTML::Head and HTML::Hidden."@en ; a dcs:Bugfix ; dcs:fixes [dbug:reporter cpan:kjetilk] ] ;
 	] .
+
+`RDF-RDFa-Generator 0.103 cpan:TOBYINK`
+	issued   2012-12-12 ;
+	changeset [
+		item [ label "Upgrade distribution build system."@en ; a dcs:Packaging ] ;
+		item [ label "Fix strange buglet that affected RDF::RDFa::Linter."@en ; a dcs:Bugfix ] ;
+	] .

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librdf-rdfa-generator-perl.git



More information about the Pkg-perl-cvs-commits mailing list