1 Acme-Evil version 0.003002
2 ==========================
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.
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
16 To install this module type the following:
25 This module requires no other modules and libraries.
29 Copyright (C) 2016-2017 by Marius Gavrilescu
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.