Bump version and update Changes master 0.001001
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 26 Aug 2017 19:42:03 +0000 (22:42 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 26 Aug 2017 19:42:25 +0000 (22:42 +0300)
Changes
MANIFEST
README
lib/Plack/Middleware/BasicStyle.pm

diff --git a/Changes b/Changes
index fd16b6443b4ed3242716a263097f4128f4f43499..ccc8daebc7e27137d97cd965dd232d8de0c604a6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,7 @@
 Revision history for Perl extension Plack::Middleware::BasicStyle.
 
+0.001001 2017-08-26T22:42+01:00
+ - Add perlcritic tests and make code comply
+
 0.001 2016-09-30T23:01+03:00
  - Initial release
index 26ebf916893967eefdae89e64ab77b1a282ac036..bd1070b7cd8db71b603a29a80de475dbd31227fb 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -2,7 +2,7 @@ Changes
 Makefile.PL
 MANIFEST
 README
-perlcritic.t
-perlcriticrc
+t/perlcritic.t
+t/perlcriticrc
 t/Plack-Middleware-BasicStyle.t
 lib/Plack/Middleware/BasicStyle.pm
diff --git a/README b/README
index 47387f14c7fbeff66c2f00d4b3b899b8b0d868fd..66a4da84c78f408a88f9b659833b6fa7c57e8648 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-Plack-Middleware-BasicStyle version 0.001
-=========================================
+Plack-Middleware-BasicStyle version 0.001001
+============================================
 
 Plack::Middleware::BasicStyle is a Plack middleware that adds a basic
 <style> element to HTML pages that do not have a stylesheet.
@@ -40,7 +40,7 @@ This module requires these other modules and libraries:
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2016 by Marius Gavrilescu
+Copyright (C) 2016-2017 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.24.0 or,
index f207b35f7b03b40befcf90c02ccce96b7c17409d..8322e6dc42bea0a996786e4aaf613782de1c0ef3 100644 (file)
@@ -11,7 +11,7 @@ use Plack::Request;
 use Plack::Util;
 use Plack::Util::Accessor qw/style any_content_type even_if_styled use_link_header/;
 
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
 our $DEFAULT_STYLE = <<'EOF' =~ y/\n\t //rd;
 <style>
   body {
@@ -240,7 +240,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2016 by Marius Gavrilescu
+Copyright (C) 2016-2017 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.24.0 or,
This page took 0.016022 seconds and 4 git commands to generate.