Bump version and update Changes master 5.220000
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 25 Jun 2016 21:37:18 +0000 (00:37 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 25 Jun 2016 21:37:18 +0000 (00:37 +0300)
Changes
README
lib/HTML/Element/Library.pm

diff --git a/Changes b/Changes
index 2679181cba145f6087faaf30b67e72689a25312a..0dc65355f797bd10964c0294a5e21b0a8550999a 100644 (file)
--- 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 e16b54eaf1a054d547ec1567b7cfa6957ffa0e61..b7cdfe4949cd3ef0cfe14b7670fdbdd97828948e 100644 (file)
--- 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
index 928707cca6b2d891b37a675aecf69fe98cf0df09..65d80e34ad499db14b9793a1fd9aafa5d1a7e6e4 100644 (file)
@@ -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
 
This page took 0.012268 seconds and 4 git commands to generate.