CAPE-Utils

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "Config::Tiny" : "2.28",
            "DBI" : "0",
            "File::Copy" : "0",
            "File::Find::Rule" : "0",
            "File::MimeInfo::Magic" : "0",
            "File::ReadBackwards" : "0",
            "File::Slurp" : "0",
            "File::Spec" : "0",
            "File::Temp" : "0",
            "Gzip::Faster" : "0",
            "HTTP::Request::Common" : "0",
            "IPC::Cmd" : "0",
            "JSON" : "0",
            "LWP::UserAgent" : "0",
            "MIME::Base64" : "0",
            "Mojolicious::Lite" : "0",
            "Net::Subnet" : "0",
            "POSIX" : "0",
            "Proc::PID::File" : "1.29",
            "Statistics::Lite" : "0",
            "Sys::Syslog" : "0",

META.yml  view on Meta::CPAN

  Config::Tiny: '2.28'
  DBI: '0'
  File::Copy: '0'
  File::Find::Rule: '0'
  File::MimeInfo::Magic: '0'
  File::ReadBackwards: '0'
  File::Slurp: '0'
  File::Spec: '0'
  File::Temp: '0'
  Gzip::Faster: '0'
  HTTP::Request::Common: '0'
  IPC::Cmd: '0'
  JSON: '0'
  LWP::UserAgent: '0'
  MIME::Base64: '0'
  Mojolicious::Lite: '0'
  Net::Subnet: '0'
  POSIX: '0'
  Proc::PID::File: '1.29'
  Statistics::Lite: '0'
  Sys::Syslog: '0'

Makefile.PL  view on Meta::CPAN

		'IPC::Cmd'              => '0',
		'File::Spec'            => '0',
		'Net::Subnet'           => '0',
		'Mojolicious::Lite'     => '0',
		'LWP::UserAgent'        => '0',
		'File::MimeInfo::Magic' => '0',
		'File::Temp'            => '0',
		'File::Copy'            => '0',
		'POSIX'                 => '0',
		'Sys::Syslog'           => '0',
		'HTTP::Request::Common' => '0',
		'Time::Piece'           => '0',
		'File::Find::Rule'      => '0',
		'File::Slurp'           => '0',
		'Gzip::Faster'          => '0',
		'MIME::Base64'          => '0',
		'File::ReadBackwards'   => '0',
		'Proc::PID::File'       => '1.29',
		'Statistics::Lite'      => '0',
		'Web::ACL'              => '0.1.0',
	},

src_bin/suricata_extract_submit  view on Meta::CPAN


use File::Find::Rule;
use warnings;
use strict;
use Config::Tiny;
use File::Slurp qw(append_file write_file read_file);
use Time::Piece;
use File::MimeInfo::Magic;
use Net::Subnet qw(subnet_matcher);
use LWP::UserAgent;
use HTTP::Request::Common;
use File::Temp qw/ tempdir  /;
use File::Copy;
use POSIX 'strftime';
use Sys::Syslog;
use JSON;
use Sys::Hostname;
use Proc::PID::File;
use Pod::Usage;
use Getopt::Long;
use Web::ACL;



( run in 0.329 second using v1.01-cache-2.11-cpan-de7293f3b23 )