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
 
-HTML-Element-Library version 5.210000
+HTML-Element-Library version 5.220000
 =====================================
 
 HTML-Element-Library provides more methods for HTML::Element.
 
 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
 
 use strict;
 use warnings;
 
-our $VERSION = '5.210000';
+our $VERSION = '5.220000';
 our $DEBUG = 0;
 
 use Array::Group ':all';
 
 =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