File: pod-for-html_formfu_dumpconf.diff

package info (click to toggle)
libhtml-formfu-perl 0.09007-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,184 kB
  • sloc: perl: 13,186; makefile: 9; sql: 5
file content (30 lines) | stat: -rw-r--r-- 602 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Author: Ansgar Burchardt <ansgar@debian.org>
Subject: Adds pod to the dumpconf helper script

--- a/bin/html_formfu_dumpconf.pl
+++ b/bin/html_formfu_dumpconf.pl
@@ -75,3 +75,24 @@
 Uses Config::Any and Data::Dumper to display how your config file is parsed.
 HELP
 }
+
+__END__
+
+=head1 NAME
+
+html_formfu_dumpconf.pl - dump configuration files
+
+=head1 SYNOPSIS
+
+    html_formfu_dumpconf.pl F<file.conf>
+
+    html_formfu_dumpconf.pl F<file>
+
+=head1 DESCRIPTION
+
+Uses Config::Any and Data::Dumper to display how your config file is parsed.
+
+=head1 SEE ALSO
+
+Config::Any, Data::Dumper
+