Skip to content

Commit

Permalink
Enable perl's 5.10+ state mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
Sullo committed Oct 30, 2024
1 parent b8f7252 commit dd191f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions program/nikto.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env perl
use strict;
use feature 'state';

###############################################################################
# Modules are now loaded in a function so errors can be trapped and evaluated
load_modules();
Expand Down

0 comments on commit dd191f7

Please sign in to comment.