CPANTS compliance + Bump version and update Changes master 0.003002
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 11 Nov 2017 21:40:33 +0000 (21:40 +0000)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 11 Nov 2017 21:40:33 +0000 (21:40 +0000)
Changes
MANIFEST
README
lib/Acme/Evil.pm [new file with mode: 0644]
lib/evil.pm

diff --git a/Changes b/Changes
index 02cd57832be79a4048f08b9442bf10266896f865..64e1c149363764b6564c4400d1e089d36588e935 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Acme::Evil.
 
+0.003002 2017-11-11T21:40+00:00
+ - Make dist CPANTS compliant
+
 0.003001 2017-04-15T00:15+03:00
  - Bump MIN_PERL_VERSION to 5.10.1
  - Fix tests when @INC has no '.' (RT #121030)
index eb073515817ed6cc1c98eba5141c034781368d0f..d83daf20b91463d1047ff13d5988dab2898a38eb 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,5 @@
 Changes
+lib/Acme/Evil.pm
 lib/evil.pm
 Makefile.PL
 MANIFEST
diff --git a/README b/README
index 07dcd1021091215875d43e38076993d3881e6e05..b96ac6093f67276647e4e1e8c449dc63c319794f 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Acme-Evil version 0.003001
+Acme-Evil version 0.003002
 ==========================
 
 RFC3514 introduces a new flag called the "evil bit" in all IP packets.
diff --git a/lib/Acme/Evil.pm b/lib/Acme/Evil.pm
new file mode 100644 (file)
index 0000000..dcf71be
--- /dev/null
@@ -0,0 +1,46 @@
+package Acme::Evil;
+
+use 5.010001;
+use strict;
+use warnings;
+
+our $VERSION = 0.003002;
+
+1;
+__END__
+
+=encoding utf-8
+
+=head1 NAME
+
+Acme::Evil - Empty module
+
+=head1 SYNOPSIS
+
+  use Acme::Evil; # does nothing
+
+=head1 DESCRIPTION
+
+This is an empty module needed for CPANTS Kwalitee compliance.
+
+See the documentation of the L<evil> pragma for useful informaton
+about this dist.
+
+=head1 SEE ALSO
+
+L<evil>
+
+=head1 AUTHOR
+
+Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
+
+=head1 COPYRIGHT AND LICENSE
+
+Copyright (C) 2016 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.22.2 or,
+at your option, any later version of Perl 5 you may have available.
+
+
+=cut
index 54f2dd8a3be6a3f2d1336b12ae322bb423f57051..adee0e55c468f33b507b789dd38601b528536c3d 100644 (file)
@@ -10,7 +10,7 @@ use Carp;
 my $INTERMEDIATE = __PACKAGE__.'/intermediate';
 my $LAX          = __PACKAGE__.'/lax';
 
-our $VERSION = 0.003001;
+our $VERSION = 0.003002;
 
 our %tainted;
 our %wants_strict;
This page took 0.014011 seconds and 4 git commands to generate.