File: pod-for-html_formfu_dumpconf.diff

package info (click to toggle)
libhtml-formfu-perl 0.07002-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,928 kB
  • ctags: 989
  • sloc: perl: 12,036; makefile: 9; sql: 5
file content (30 lines) | stat: -rw-r--r-- 641 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@43-1.org>
Subject: Adds pod to the dumpconf helper script

--- libhtml-formfu-perl.orig/bin/html_formfu_dumpconf.pl
+++ libhtml-formfu-perl/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
+