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