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
 
 Makefile.PL
 MANIFEST
 README
-perlcritic.t
-perlcriticrc
+t/perlcritic.t
+t/perlcriticrc
 t/Plack-Middleware-BasicStyle.t
 lib/Plack/Middleware/BasicStyle.pm
 
-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.
 
 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,
 
 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 {
 
 =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,