CPANTS compliance + Bump version and update Changes
[acme-evil.git] / lib / Acme / Evil.pm
1 package Acme::Evil;
2
3 use 5.010001;
4 use strict;
5 use warnings;
6
7 our $VERSION = 0.003002;
8
9 1;
10 __END__
11
12 =encoding utf-8
13
14 =head1 NAME
15
16 Acme::Evil - Empty module
17
18 =head1 SYNOPSIS
19
20 use Acme::Evil; # does nothing
21
22 =head1 DESCRIPTION
23
24 This is an empty module needed for CPANTS Kwalitee compliance.
25
26 See the documentation of the L<evil> pragma for useful informaton
27 about this dist.
28
29 =head1 SEE ALSO
30
31 L<evil>
32
33 =head1 AUTHOR
34
35 Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
36
37 =head1 COPYRIGHT AND LICENSE
38
39 Copyright (C) 2016 by Marius Gavrilescu
40
41 This library is free software; you can redistribute it and/or modify
42 it under the same terms as Perl itself, either Perl version 5.22.2 or,
43 at your option, any later version of Perl 5 you may have available.
44
45
46 =cut
This page took 0.021506 seconds and 4 git commands to generate.