From: Marius Gavrilescu <marius@ieval.ro>
Date: Sat, 25 Jun 2016 21:37:18 +0000 (+0300)
Subject: Bump version and update Changes
X-Git-Tag: 5.220000^0
X-Git-Url: http://git.ieval.ro/?a=commitdiff_plain;h=HEAD;p=html-element-library.git

Bump version and update Changes
---

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