From 383f4f5741a2f371e960955b738cde2086b43100 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 27 Dec 2014 14:17:22 +0200 Subject: [PATCH] Bump version and update Changes --- Changes | 3 +++ README | 2 +- lib/HTML/Element/Library.pm | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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'; -- 2.30.2