[libhtml-scrubber-perl] 01/01: v0.13
Florian Schlichting
fsfs at moszumanska.debian.org
Sat Nov 11 13:46:12 UTC 2017
This is an automated email from the git hooks/post-receive script.
fsfs pushed a commit to annotated tag release/0.13-TRIAL
in repository libhtml-scrubber-perl.
commit 3ff05bce22d70332fd42254f763f34f789b233d1
Author: Nigel Metheringham <nigelm at cpan.org>
Date: Thu Mar 19 16:29:58 2015 +0000
v0.13
- Travis integration (thanks to mrcaron)
- Fix some packaging/dist-zilla issues (thanks to mrcaron)
- check for definedness before calling ->parse (github #3 leejo)
- Removed the link to HTML::Sanitizer (github #4 avereha)
- Removed circular reference (github #5 avereha)
- Fixed up dependancies from dzil bundles
---
Changes | 6 +++++-
README.pod | 2 +-
dist.ini | 6 +-----
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/Changes b/Changes
index 248bda0..7e7fb5e 100644
--- a/Changes
+++ b/Changes
@@ -2,9 +2,13 @@ Revision history for Perl extension HTML::Scrubber.
{{$NEXT}}
-0.12 2015-03-14 18:25:06+00:00 Europe/London (TRIAL RELEASE)
+0.13 2015-03-19 16:29:53+00:00 Europe/London (TRIAL RELEASE)
- Travis integration (thanks to mrcaron)
- Fix some packaging/dist-zilla issues (thanks to mrcaron)
+ - check for definedness before calling ->parse (github #3 leejo)
+ - Removed the link to HTML::Sanitizer (github #4 avereha)
+ - Removed circular reference (github #5 avereha)
+ - Fixed up dependancies from dzil bundles
0.11 2013-10-11 15:11:59 Europe/London
- Build/release changes only
diff --git a/README.pod b/README.pod
index ecdd090..e4c8184 100644
--- a/README.pod
+++ b/README.pod
@@ -8,7 +8,7 @@ HTML::Scrubber - Perl extension for scrubbing/sanitizing html
=head1 VERSION
-version 0.12
+version 0.13
=head1 SYNOPSIS
diff --git a/dist.ini b/dist.ini
index 4ac25e7..db51feb 100644
--- a/dist.ini
+++ b/dist.ini
@@ -11,8 +11,4 @@ dist = HTML-Scrubber
repository_at = github
disable_pod_coverage_tests = 1
-[Prereqs / TestRequires]
-Test::CPAN::Meta = 0
-Test::EOL = 0
-Test::NoTabs = 0
-
+; end
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-scrubber-perl.git
More information about the Pkg-perl-cvs-commits
mailing list