Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix regexp import in ossec-batch-manager.pl #1913

Merged
merged 1 commit into from
Oct 3, 2020

Conversation

seren
Copy link

@seren seren commented Sep 23, 2020

Hi, this fixes what appears to be a syntax error in the user-contributed file ossec-batch-manager.pl. Currently it produces the error:

Global symbol "%RE" requires explicit package name (did you forget to declare "my %RE"?) at ./ossec-batch-manager.pl line 105.
Global symbol "%RE" requires explicit package name (did you forget to declare "my %RE"?) at ./ossec-batch-manager.pl line 107.
BEGIN not safe after errors--compilation aborted at ./ossec-batch-manager.pl line 139.

Fixes #1914

@seren seren changed the title fix regexp module import syntax Fix regexp import in ossec-batch-manager.pl Sep 23, 2020
@atomicturtle atomicturtle merged commit 10f6ad8 into ossec:master Oct 3, 2020
@atomicturtle
Copy link
Member

Excellent, thanks for the commit!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ossec-batch-manager.pl exits immediately with error
2 participants