diff options
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 03911a604..f230a4dc2 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -12,6 +12,8 @@ ## ## See the HISTORY section for other contributors +package check_postgres; + use v5.6.0; use strict; use warnings; |