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
+
|