Add no evil ':disable'
[acme-evil.git] / lib / Acme / Evil.pm
CommitLineData
f17ddf12
MG
1package Acme::Evil;
2
3use 5.008009;
4use strict;
5use warnings;
6
7our $VERSION = '0.001';
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 the dist permissions to work
25properly.
26
27See the documentation of the L<evil> pragma for useful informaton
28about this dist.
29
30=head1 SEE ALSO
31
32L<evil>
33
34=head1 AUTHOR
35
36Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
37
38=head1 COPYRIGHT AND LICENSE
39
40Copyright (C) 2016 by Marius Gavrilescu
41
42This library is free software; you can redistribute it and/or modify
43it under the same terms as Perl itself, either Perl version 5.22.2 or,
44at your option, any later version of Perl 5 you may have available.
45
46
47=cut
This page took 0.011235 seconds and 4 git commands to generate.