{
  "abstract" : "recs - A system for command-line analysis of data",
  "author" : [
     "Ben Bernard <[email protected]>",
     "Keith Amling <[email protected]>"
  ],
  "dynamic_config" : 0,
  "generated_by" : "Dist::Zilla version 5.032, CPAN::Meta::Converter version 2.143240",
  "license" : [
     "mit"
  ],
  "meta-spec" : {
     "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
     "version" : "2"
  },
  "name" : "App-RecordStream",
  "no_index" : {
     "directory" : [
        "devel",
        "local",
        "fatlib",
        "tests",
        "t",
        "xt",
        "inc",
        "share",
        "eg",
        "examples"
     ],
     "package" : [
        "KeyspecRecorder",
        "MockCursor",
        "RecordingArray",
        "RecordingHash"
     ]
  },
  "optional_features" : {
     "recs-fromapache" : {
        "description" : "Apache log parsing",
        "prereqs" : {
           "runtime" : {
              "requires" : {
                 "Apache::Log::Parser" : "0"
              },
              "suggests" : {
                 "Woothee" : "0"
              }
           }
        }
     },
     "recs-fromdb and recs-todb" : {
        "description" : "SQL database support",
        "prereqs" : {
           "runtime" : {
              "requires" : {
                 "DBI" : "0",
                 "Tie::IxHash" : "0"
              },
              "suggests" : {
                 "DBD::SQLite" : "0"
              }
           }
        }
     },
     "recs-frommongo" : {
        "description" : "MongoDB data source",
        "prereqs" : {
           "runtime" : {
              "requires" : {
                 "JSON::PP" : "0",
                 "MongoDB" : "0"
              }
           }
        }
     },
     "recs-fromps" : {
        "description" : "Process list data source",
        "prereqs" : {
           "runtime" : {
              "requires" : {
                 "Proc::ProcessTable" : "0"
              }
           }
        }
     },
     "recs-fromtcpdump" : {
        "description" : "Network packet capture parsing",
        "prereqs" : {
           "runtime" : {
              "requires" : {
                 "Net::DNS::Packet" : "0",
                 "Net::Pcap" : "0",
                 "NetPacket::ARP" : "0",
                 "NetPacket::Ethernet" : "0",
                 "NetPacket::IP" : "0",
                 "NetPacket::TCP" : "0",
                 "NetPacket::UDP" : "0"
              }
           }
        }
     },
     "recs-fromxferlog" : {
        "description" : "Transfer (xfer) log parsing",
        "prereqs" : {
           "runtime" : {
              "requires" : {
                 "Net::FTPServer::XferLog" : "0"
              }
           }
        }
     },
     "recs-fromxml and recs-fromatomfeeds" : {
        "description" : "XML/Atom sources",
        "prereqs" : {
           "runtime" : {
              "requires" : {
                 "HTTP::Request" : "0",
                 "LWP::UserAgent" : "0",
                 "List::MoreUtils" : "0",
                 "XML::Twig" : "0"
              }
           }
        }
     },
     "recs-togdgraph" : {
        "description" : "GD graph output",
        "prereqs" : {
           "runtime" : {
              "requires" : {
                 "GD::Graph" : "0",
                 "GD::Graph::bars" : "0",
                 "GD::Graph::lines" : "0",
                 "GD::Graph::points" : "0"
              }
           }
        }
     }
  },
  "prereqs" : {
     "configure" : {
        "requires" : {
           "ExtUtils::MakeMaker" : "0"
        }
     },
     "develop" : {
        "requires" : {
           "App::FatPacker" : "v0.10.2",
           "Cwd" : "0",
           "Dist::Zilla" : "0",
           "Dist::Zilla::Plugin::CheckChangesHasContent" : "0",
           "Dist::Zilla::Plugin::ConfirmRelease" : "0",
           "Dist::Zilla::Plugin::ContributorsFromGit" : "0",
           "Dist::Zilla::Plugin::CopyFilesFromBuild" : "0",
           "Dist::Zilla::Plugin::CopyFilesFromRelease" : "0",
           "Dist::Zilla::Plugin::CustomLicense" : "0",
           "Dist::Zilla::Plugin::ExecDir" : "0",
           "Dist::Zilla::Plugin::ExtraTests" : "0",
           "Dist::Zilla::Plugin::Git::Check" : "0",
           "Dist::Zilla::Plugin::Git::Commit" : "0",
           "Dist::Zilla::Plugin::Git::GatherDir" : "0",
           "Dist::Zilla::Plugin::Git::Push" : "0",
           "Dist::Zilla::Plugin::Git::Tag" : "0",
           "Dist::Zilla::Plugin::License" : "0",
           "Dist::Zilla::Plugin::MakeMaker::Awesome" : "0",
           "Dist::Zilla::Plugin::Manifest" : "0",
           "Dist::Zilla::Plugin::ManifestSkip" : "0",
           "Dist::Zilla::Plugin::MetaJSON" : "0",
           "Dist::Zilla::Plugin::MetaNoIndex" : "0",
           "Dist::Zilla::Plugin::MetaResources" : "0",
           "Dist::Zilla::Plugin::MetaYAML" : "0",
           "Dist::Zilla::Plugin::NextRelease" : "0",
           "Dist::Zilla::Plugin::PodSyntaxTests" : "0",
           "Dist::Zilla::Plugin::Prereqs::FromCPANfile" : "0",
           "Dist::Zilla::Plugin::PruneCruft" : "0",
           "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0",
           "Dist::Zilla::Plugin::ReversionOnRelease" : "0",
           "Dist::Zilla::Plugin::Run::AfterRelease" : "0.027",
           "Dist::Zilla::Plugin::Run::BeforeBuild" : "0",
           "Dist::Zilla::Plugin::ShareDir" : "0",
           "Dist::Zilla::Plugin::TestRelease" : "0",
           "Dist::Zilla::Plugin::UploadToCPAN" : "0",
           "Dist::Zilla::Plugin::VersionFromModule" : "0",
           "File::Find" : "0",
           "File::Path" : "0",
           "Getopt::Long" : "0",
           "List::MoreUtils" : "0",
           "Module::CPANfile" : "0",
           "Module::CoreList" : "0",
           "Perl::Strip" : "0",
           "Test::Pod" : "1.41",
           "Tie::File" : "0",
           "lib::core::only" : "0"
        }
     },
     "runtime" : {
        "recommends" : {
           "Cpanel::JSON::XS" : "0",
           "Term::ReadKey" : "0",
           "Text::CSV_XS" : "0.99"
        },
        "requires" : {
           "Carp" : "0",
           "Cwd" : "0",
           "Data::Dumper" : "0",
           "Date::Manip" : "0",
           "File::Basename" : "0",
           "File::Glob" : "0",
           "File::Temp" : "0",
           "FindBin" : "0",
           "Getopt::Long" : "0",
           "IO::String" : "0",
           "JSON::MaybeXS" : "1.002005",
           "Module::Pluggable::Object" : "5.1",
           "Pod::Perldoc" : "0",
           "Scalar::Util" : "0",
           "Text::Autoformat" : "0",
           "Text::CSV" : "0",
           "Tie::Array" : "0",
           "Tie::Hash" : "0"
        }
     },
     "test" : {
        "requires" : {
           "File::Spec::Functions" : "0",
           "IPC::Open2" : "0",
           "Test::More" : "0.88"
        }
     }
  },
  "release_status" : "stable",
  "resources" : {
     "bugtracker" : {
        "mailto" : "[email protected]",
        "web" : "https://rt.cpan.org/Dist/Display.html?Name=App-RecordStream"
     },
     "homepage" : "https://github.com/benbernard/RecordStream",
     "repository" : {
        "type" : "git",
        "url" : "https://github.com/benbernard/RecordStream.git",
        "web" : "https://github.com/benbernard/RecordStream"
     }
  },
  "version" : "4.0.15",
  "x_contributors" : [
     "Ben Bernard <[email protected]>",
     "Brandon Forehand <[email protected]>",
     "Eli Lindsey <[email protected]>",
     "James McCoy <[email protected]>",
     "Keith Amling <[email protected]>",
     "Pat McIlroy <[email protected]>",
     "Pax Unix <[email protected]>",
     "Punya Biswal <p>",
     "Shawn Halpenny <[email protected]>",
     "Thomas Sibley <[email protected]>",
     "Tomohiro Hosaka <[email protected]>",
     "Torsten Blix <[email protected]>",
     "infamouspat <[email protected]>"
  ]
}