mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Improve perlpod formatting for multiple plugins
Escpecially the final marker ("=cut") was missing in these plugins.
This commit is contained in:
parent
743395a605
commit
c6f88968d1
20 changed files with 198 additions and 142 deletions
|
@ -7,24 +7,28 @@ You need a valid API key for this petition
|
|||
|
||||
=head2 CONFIGURATION
|
||||
|
||||
# Sample:
|
||||
[changeorg_signature_count]
|
||||
env.APIkey xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
||||
env.petitions 1727001 1727053
|
||||
Example:
|
||||
|
||||
[changeorg_signature_count]
|
||||
env.APIkey xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
||||
env.petitions 1727001 1727053
|
||||
|
||||
=head1 AUTHOR
|
||||
|
||||
(c) 2017 Raphaël Droz <raphael.droz+floss@gmail.com>
|
||||
General Public Licence v3 or later
|
||||
|
||||
=head1 LICENSE
|
||||
|
||||
GPLv3
|
||||
General Public Licence v3 or later
|
||||
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
=head1 MAGIC MARKERS
|
||||
|
||||
#%# family=auto
|
||||
#%# capabilities=autoconf
|
||||
#%# family=auto
|
||||
#%# capabilities=autoconf
|
||||
|
||||
=cut
|
||||
'''
|
||||
|
||||
from sys import argv, exit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue