Author: Charles Plessy <plessy@debian.org>
Forwarded: http://rt.cpan.org/Public/Bug/Display.html?id=37324
Description: Adds minimalistic manpages
 This patch adds minimalistic POD documentation to scripts that are
 installed in /usr/bin. Manual pages will be autogenerated and
 installed during the build process.
--- a/scripts/go-apply-xslt
+++ b/scripts/go-apply-xslt
@@ -99,3 +99,19 @@
 EOM
   ;
 }
+
+__END__
+
+=head1 NAME
+
+go-apply-xslt - apply GO XSL on OBO-XML
+
+=head1 DESCRIPTION
+
+Will apply a GO XSL transform (by name) on an OBO-XML file
+
+For a full list of XSLs available, see <http://www.godatabase.org/xml/xsl>
+
+=head1 SEE ALSO
+
+L<go-perl>
--- a/scripts/go-export-prolog.pl
+++ b/scripts/go-export-prolog.pl
@@ -36,3 +36,15 @@
       ;
 }
 $parser->parse (@fns);
+
+=head1 NAME
+
+go-export-prolog - exports to prolog
+
+=head1 DESCRIPTION
+
+Exports to prolog
+
+=head1 SEE ALSO
+
+L<go-perl>
--- a/scripts/go2error_report
+++ b/scripts/go2error_report
@@ -28,3 +28,17 @@
     $parser->errhandler($errhandler);
     $parser->parse($f);
 }
+
+__END__
+
+=head1 NAME
+
+go2error_report - converts go/obo to error_report
+
+=head1 DESCRIPTION
+
+Converts a file in any valid go/obo format to error_report.
+
+=head1 SEE ALSO
+
+L<go-perl>
