[Bps-public-commit] html-gumbo branch, master, updated. 16bf4ab7599efc2ad057d5ce261da67cc748cad3
Alex Vandiver
alexmv at bestpractical.com
Thu Jul 17 13:10:03 EDT 2014
The branch, master has been updated
via 16bf4ab7599efc2ad057d5ce261da67cc748cad3 (commit)
from bae072b5702fcde26cd1c211ed7c7a275b304e1f (commit)
Summary of changes:
Changes | 4 ++++
META.json | 13 +++++++++----
META.yml | 18 ++++++++++--------
lib/HTML/Gumbo.pm | 4 ++--
4 files changed, 25 insertions(+), 14 deletions(-)
- Log -----------------------------------------------------------------
commit 16bf4ab7599efc2ad057d5ce261da67cc748cad3
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Jul 17 13:09:25 2014 -0400
Version 0.13
diff --git a/Changes b/Changes
index 0ab4c56..553db0b 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for Perl module HTML::Gumbo
+0.13 2014-07-17
+
+ - Additional fix for threaded perl
+
0.12 2013-10-09
- perl 5.10 compatibility
diff --git a/META.json b/META.json
index 535af14..4da7f38 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
"Ruslan Zakirov E<lt>ruz at bestpractical.comE<gt>"
],
"dynamic_config" : 1,
- "generated_by" : "Module::Build version 0.4007, CPAN::Meta::Converter version 2.131560",
+ "generated_by" : "Module::Build version 0.4206",
"license" : [
"unknown"
],
@@ -22,7 +22,7 @@
"configure" : {
"requires" : {
"Alien::LibGumbo" : "0",
- "Module::Build" : "0.40"
+ "Module::Build" : "0.42"
}
},
"runtime" : {
@@ -34,9 +34,14 @@
"provides" : {
"HTML::Gumbo" : {
"file" : "lib/HTML/Gumbo.pm",
- "version" : "0.12"
+ "version" : "0.13"
}
},
"release_status" : "stable",
- "version" : "0.12"
+ "resources" : {
+ "repository" : {
+ "url" : "https://github.com/ruz/HTML-Gumbo"
+ }
+ },
+ "version" : "0.13"
}
diff --git a/META.yml b/META.yml
index c1c8e2e..23824d2 100644
--- a/META.yml
+++ b/META.yml
@@ -3,21 +3,23 @@ abstract: 'HTML5 parser based on gumbo C library'
author:
- 'Ruslan Zakirov E<lt>ruz at bestpractical.comE<gt>'
build_requires:
- ExtUtils::CBuilder: 0
+ ExtUtils::CBuilder: '0'
configure_requires:
- Alien::LibGumbo: 0
- Module::Build: 0.40
+ Alien::LibGumbo: '0'
+ Module::Build: '0.42'
dynamic_config: 1
-generated_by: 'Module::Build version 0.4007, CPAN::Meta::Converter version 2.131560'
+generated_by: 'Module::Build version 0.4206, CPAN::Meta::Converter version 2.140640'
license: unknown
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
- version: 1.4
+ version: '1.4'
name: HTML-Gumbo
provides:
HTML::Gumbo:
file: lib/HTML/Gumbo.pm
- version: 0.12
+ version: '0.13'
requires:
- Alien::LibGumbo: 0
-version: 0.12
+ Alien::LibGumbo: '0'
+resources:
+ repository: https://github.com/ruz/HTML-Gumbo
+version: '0.13'
diff --git a/lib/HTML/Gumbo.pm b/lib/HTML/Gumbo.pm
index 43b1c37..c30f135 100644
--- a/lib/HTML/Gumbo.pm
+++ b/lib/HTML/Gumbo.pm
@@ -5,7 +5,7 @@ use warnings;
package HTML::Gumbo;
use Alien::LibGumbo;
-our $VERSION = '0.12';
+our $VERSION = '0.13';
require XSLoader;
XSLoader::load('HTML::Gumbo', $VERSION);
@@ -273,4 +273,4 @@ Under the same terms as perl itself.
=cut
-1;
\ No newline at end of file
+1;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list