From: Marius Gavrilescu Date: Sat, 27 Dec 2014 12:17:22 +0000 (+0200) Subject: Bump version and update Changes X-Git-Tag: 5.200_002^0 X-Git-Url: http://git.ieval.ro/?p=html-element-library.git;a=commitdiff_plain;h=383f4f5741a2f371e960955b738cde2086b43100 Bump version and update Changes --- diff --git a/Changes b/Changes index 172a9f7..6e58b22 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension HTML::Element::Library. +5.200_002 2014-12-27T14:17+02:00 + - Remove 'use v5.14;' from t/perlcritic.t + 5.200_001 2014-12-27T12:45+02:00 - Adopt module - Clean up/tidy/refactor everything (code, tests, pod, packaging) diff --git a/README b/README index 21d0dc1..5a1459f 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -HTML-Element-Library version 5.200_001 +HTML-Element-Library version 5.200_002 ====================================== HTML-Element-Library provides more methods for HTML::Element. diff --git a/lib/HTML/Element/Library.pm b/lib/HTML/Element/Library.pm index 0017b93..e3c77c7 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.200_001'; +our $VERSION = '5.200_002'; our $DEBUG = 0; use Array::Group ':all';