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