Bump version and update Changes 5.200_002
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 27 Dec 2014 12:17:22 +0000 (14:17 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 27 Dec 2014 12:17:22 +0000 (14:17 +0200)
Changes
README
lib/HTML/Element/Library.pm

diff --git a/Changes b/Changes
index 172a9f799fa209bcfb34770c7c38bf2111a9bb29..6e58b22ec64e3d16fd99ff29cf3613e75183caa6 100644 (file)
--- 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 21d0dc18168599dc52523990316ea1261c91833c..5a1459faad119f54320d7fbf8bd1903edab80393 100644 (file)
--- 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.
index 0017b93b9b317267adbd81d187ad2848f71d9f6e..e3c77c7115f33b0f3f18237366d0a7f2318cb86f 100644 (file)
@@ -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';
This page took 0.013606 seconds and 4 git commands to generate.