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