From 13f94226c442cafccf9cac8658966bbb7e56448a Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 26 Jun 2016 00:37:18 +0300 Subject: [PATCH] Bump version and update Changes --- Changes | 5 +++++ README | 4 ++-- lib/HTML/Element/Library.pm | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index 2679181..0dc6535 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Perl extension HTML::Element::Library. +5.220000 2016-06-26T00:37+03:00 + - Fix spelling errors in POD (RT #115466) + - Add itercb, fid, fclass methods + - Use https for repository link in meta.yml + 5.210000 2015-01-17T17:35+02:00 - Stable release - Update copyright years diff --git a/README b/README index e16b54e..b7cdfe4 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -HTML-Element-Library version 5.210000 +HTML-Element-Library version 5.220000 ===================================== HTML-Element-Library provides more methods for HTML::Element. @@ -33,7 +33,7 @@ This module requires these other modules and libraries: COPYRIGHT AND LICENCE -Coypright (C) 2014-2015 by Marius Gavrilescu +Coypright (C) 2014-2016 by Marius Gavrilescu Copyright (C) 2004-2012 by Terrence Brannon This library is free software; you can redistribute it and/or modify diff --git a/lib/HTML/Element/Library.pm b/lib/HTML/Element/Library.pm index 928707c..65d80e3 100644 --- a/lib/HTML/Element/Library.pm +++ b/lib/HTML/Element/Library.pm @@ -2,7 +2,7 @@ package HTML::Element::Library; use strict; use warnings; -our $VERSION = '5.210000'; +our $VERSION = '5.220000'; our $DEBUG = 0; use Array::Group ':all'; @@ -1967,7 +1967,7 @@ development of newchild. =head1 COPYRIGHT AND LICENSE -Coypright (C) 2014-2015 by Marius Gavrilescu +Coypright (C) 2014-2016 by Marius Gavrilescu Copyright (C) 2004-2012 by Terrence Brannon -- 2.30.2