4c89d9bd00
- remove perl-macros dependency - add check_postgres.pl man page (and script to generate it from source) OBS-URL: https://build.opensuse.org/package/show/server:monitoring/check_postgres?expand=0&rev=7
5 lines
149 B
Perl
5 lines
149 B
Perl
#!/usr/bin/perl
|
|
use Pod::Man;
|
|
my $parser = Pod::Man->new (release => $ARGV[0], section => $ARGV[1]);
|
|
$parser->parse_from_file ($ARGV[2], $ARGV[3]);
|