CPANTS compliance + Bump version and update Changes
[acme-evil.git] / README
1 Acme-Evil version 0.003002
2 ==========================
3
4 RFC3514 introduces a new flag called the "evil bit" in all IP packets.
5 The intention is to simplify the work of firewalls. Software that
6 sends IP packets with malicious intent must set the evil bit to true,
7 and firewalls can simply drop such packets.
8
9 The evil pragma is a Perl implementation of the same concept. With
10 this pragma malicious modules can declare their evil intent while
11 critical modules can request that they will only use / run alongside
12 non-evil code.
13
14 INSTALLATION
15
16 To install this module type the following:
17
18 perl Makefile.PL
19 make
20 make test
21 make install
22
23 DEPENDENCIES
24
25 This module requires no other modules and libraries.
26
27 COPYRIGHT AND LICENCE
28
29 Copyright (C) 2016-2017 by Marius Gavrilescu
30
31 This library is free software; you can redistribute it and/or modify
32 it under the same terms as Perl itself, either Perl version 5.22.2 or,
33 at your option, any later version of Perl 5 you may have available.
This page took 0.019588 seconds and 4 git commands to generate.