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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
Description: Fix what-is section of man pages,
some files do not have descriptions with script name.
Subject: fix the what-is section of man pages
Author: Olivier Sallou <olivier.sallou@irisa.fr>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2016-05-30
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=114813
Bug: https://rt.cpan.org/Ticket/Display.html?id=114813
--- a/DBIx/DBStag/Constraint.pm
+++ b/DBIx/DBStag/Constraint.pm
@@ -118,7 +118,7 @@
=head1 NAME
- DBIx::DBStag::Constraint -
+DBIx::DBStag::Constraint - recursive structure for representing query constraints
=head1 SYNOPSIS
--- a/scripts/stag-autoddl.pl
+++ b/scripts/stag-autoddl.pl
@@ -2,7 +2,7 @@
=head1 NAME
-stag-autoddl.pl
+stag-autoddl.pl - wrapper for the Data::Stag modules
=head1 SYNOPSIS
@@ -14,7 +14,7 @@
script wrapper for the Data::Stag modules
-=over ARGUMENTS
+=over
=item -help|h
--- a/scripts/stag-autotemplate.pl
+++ b/scripts/stag-autotemplate.pl
@@ -2,7 +2,7 @@
=head1 NAME
- stag-autotemplate.pl
+stag-autotemplate.pl - Generates Stag SQL Templates files
=head1 SYNOPSIS
--- a/scripts/stag-storenode.pl
+++ b/scripts/stag-storenode.pl
@@ -146,7 +146,7 @@
=head1 NAME
-stag-storenode.pl
+stag-storenode.pl - script is for storing data in database
=head1 SYNOPSIS
--- a/scripts/selectall_html.pl
+++ b/scripts/selectall_html.pl
@@ -2,7 +2,7 @@
=head1 NAME
-selectall_html.pl
+selectall_html.pl - select all elements from database
=head1 SYNOPSIS
--- a/scripts/selectall_xml.pl
+++ b/scripts/selectall_xml.pl
@@ -333,7 +333,7 @@
=head1 NAME
-selectall_xml.pl
+selectall_xml.pl - Query all elements from database with an XML output
=head1 SYNOPSIS
|