collection of perl modules and scripts simplifying working with OSSEC(https://www.ossec.net/) from perl.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
568 B
27 lines
568 B
name = OSSEC |
|
author = Domink Meyer <dmeyer@federationhq.de> |
|
license = GPL_3 |
|
copyright_holder = Dominik Meyer |
|
copyright_year = 2019 |
|
|
|
main_module = lib/OSSEC.pm |
|
|
|
[@Basic] |
|
|
|
[MetaResources] |
|
repository.url = https://gitcloud.federationhq.de/OSSEC.git |
|
repository.type = git |
|
bugtracker.mailto = dmeyer@federationhq.de |
|
|
|
[@Git] |
|
[Git::NextVersion] |
|
first_version = 0.1 ; this is the default |
|
version_by_branch = 1 ; this is the default |
|
[PkgVersion] |
|
use_package = 1 |
|
|
|
[AutoPrereqs] |
|
[PodWeaver] |
|
[ChangelogFromGit] |
|
[@TestingMania] |
|
disable = Test::CPAN::Changes
|
|
|