From 8d9b81a95601288473839fa11d296a46783acd57 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 27 Dec 2014 12:45:00 +0200 Subject: [PATCH] Bump version and update Changes --- Changes | 9 +++++++++ README | 4 ++-- lib/HTML/Element/Library.pm | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 3f304cf..172a9f7 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,14 @@ Revision history for Perl extension HTML::Element::Library. +5.200_001 2014-12-27T12:45+02:00 + - Adopt module + - Clean up/tidy/refactor everything (code, tests, pod, packaging) + - Add perlcritic test and make code compliant + - Replace dist.ini with traditional Makefile.PL + - Fix testsuite for 5.18+ (RT #87850) + - Fix dependencies (RT #73995) + - Update Changes to CPAN::Changes::Spec format + 5.120100 2012-01-10 5.112170 2011-08-05 diff --git a/README b/README index 1af37e7..21d0dc1 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -HTML-Element-Library version 5.120100 -===================================== +HTML-Element-Library version 5.200_001 +====================================== HTML-Element-Library provides more methods for HTML::Element. Read the POD for more information. diff --git a/lib/HTML/Element/Library.pm b/lib/HTML/Element/Library.pm index 0383f32..0017b93 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.120100'; +our $VERSION = '5.200_001'; our $DEBUG = 0; use Array::Group ':all'; -- 2.30.2