• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H19-Nov-2013-6548

inc/Module/H19-Nov-2013-1,9921,492

lib/Iodef/H19-Nov-2013-4,6133,783

t/H19-Nov-2013-169

.travis.ymlH A D19-Nov-2013234 1110

ChangesH A D19-Nov-20133 KiB10681

MANIFESTH A D10-Nov-20131.6 KiB5857

META.ymlH A D19-Nov-20131.3 KiB4746

MakefileH A D19-Nov-201332 KiB992669

Makefile.PLH A D19-Nov-20131.3 KiB3025

READMEH A D30-Apr-2013561 2517

README.mdH A D19-Nov-2013432 2219

t1.plH A D02-Aug-20131.1 KiB4731

README

1Iodef-Pb-Simple
2===============
3
4INSTALLATION
5
6To install this module type the following:
7
8   perl Makefile.PL
9   make
10   make test
11   make install
12
13SEE ALSO
14
15   github.com/collectiveintel/iodef-pb-simple-perl
16   collectiveintel.org
17
18COPYRIGHT AND LICENCE
19
20Copyright (C) 2013 by Wes Young <wesyoung.me>
21Copyright (C) 2013 by the REN-ISAC <ren-isac.net>
22
23This library is free software; you can redistribute it and/or modify
24it under the same terms as Perl itself, either Perl version 5.10.1 or,
25at your option, any later version of Perl 5 you may have available.

README.md

1Iodef-Pb-Simple
2==
3
4INSTALLATION
5==
6
7To install this module type the following:
8```
9   perl Makefile.PL
10   make
11   make test
12   make install
13```
14COPYRIGHT AND LICENCE
15==
16```
17Copyright (C) 2013 by Wes Young <wesyoung.me>
18```
19This library is free software; you can redistribute it and/or modify
20it under the same terms as Perl itself, either Perl version 5.10.1 or,
21at your option, any later version of Perl 5 you may have available.
22