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

diff --git a/Changes b/Changes
index 3f304cf661ad0947ed129171d24ede5cf5f97d77..172a9f799fa209bcfb34770c7c38bf2111a9bb29 100644 (file)
--- 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 1af37e7efaa8bfc6d0b54e54153d1cb563eb3554..21d0dc18168599dc52523990316ea1261c91833c 100644 (file)
--- 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.
index 0383f321304367099ca0dae1711d0dd11758f9a1..0017b93b9b317267adbd81d187ad2848f71d9f6e 100644 (file)
@@ -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';
This page took 0.013757 seconds and 4 git commands to generate.